{{ $title ?? 'Export' }}
{{ now()->format('Y-m-d H:i:s') }}
@foreach (($headers ?? []) as $h) @endforeach @foreach (($rows ?? []) as $row) @foreach ($row as $cell) @endforeach @endforeach
{{ $h }}
{{ is_array($cell) ? json_encode($cell, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) : $cell }}