{{ $report->name }}

Generado el: {{ now()->format('d/m/Y H:i:s') }}

Tipo: {{ ucfirst(str_replace('-', ' ', $report->report_type)) }}

@if(!empty($data) && count($data) > 0) @foreach(array_keys($data[0]) as $header) @endforeach @foreach($data as $row) @foreach($row as $cell) @endforeach @endforeach
{{ $header }}
{{ $cell }}
@else

No hay datos para mostrar.

@endif