{!! $title !!}
{!! $pageHeader[0] !!}
{!! $pageHeader[1] !!}
{!! $pageHeader[2] !!}
{!! $pageHeader[3] !!}
{!! $pageHeader[4] !!}
@foreach($columns as $column) @endforeach @foreach($data as $row) @if($row['type'] == 'subtitle') @elseif($row['type'] == 'data') @foreach($row['data'] as $cell) @endforeach @elseif($row['type'] == 'sum') @foreach($row['data'] as $cell) @endforeach @elseif($row['type'] == 'total') @foreach($row['data'] as $cell) @endforeach @endif @endforeach
{{ $column['text'] }}
{{ $row['data'] }}
{{ $cell }}
{{ $cell }}
{{ $cell }}