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