{{ $report['title'] }}

@foreach($report['columns'] as $c)@endforeach@foreach($report['rows'] as $row)@foreach($row as $v)@endforeach@endforeach
{{ $c }}
{{ $v }}