{{-- resources/views/import/preview.blade.php --}} @extends('layouts.app') @section('title', 'Предпросмотр импорта') @section('content')
| # | @foreach($headers as $index => $header){{ $header ?: 'Колонка '.$index }} | @endforeach
|---|---|
| {{ $rowIndex + 1 }} | @foreach($row as $cell){{ Str::limit($cell, 50) }} | @endforeach