@if(count($header) > 0) @foreach($header as $head) @endforeach @endif @foreach($titles as $title) @endforeach @foreach($items as $item) @foreach($item as $col) @endforeach @endforeach
{{ $head['title'] }}
{{ $title }}
{{ $col }}