{{ $reportName }}

Generated at: {{ $generatedAt }}

@if(!empty($table)) @foreach(array_keys(is_array($table[0]) ? $table[0] : (array)$table[0]) as $col) @endforeach @foreach($table as $row) @foreach(is_array($row) ? $row : (array)$row as $cell) @endforeach @endforeach
{{ $col }}
{{ is_array($cell) || is_object($cell) ? json_encode($cell) : $cell }}
@else

No data.

@endif