@extends('layouts.app') @section('title', 'Импорт объектов из Excel') @section('content')
или нажмите для выбора файла
Поддерживаемые форматы: .xls, .xlsx
| ID | Адрес | № счета | Описание |
|---|---|---|---|
| {{ $object->id }} | {{ $object->object_address }} | {{ $object->account_number ?? '-' }} | {{ Str::limit($object->object_description, 50) ?? '-' }} |