{{$data['report_name']}}
{{Carbon\Carbon::now()->format('l, F j, Y')}}
@foreach(head($data) as $value)
{{$value}}
@endforeach
@foreach(end($data) as $row)
@foreach($row as $val)
{{$val}}
@endforeach
@endforeach