@foreach($report->getHeaders() as $index => $header) @endforeach @foreach($report->getCategories() as $categoryIndex => $category)
{{ $category->header[0]['value'] }}
{{ $category->header[1]['value'] }}
@foreach($category->data as $dataIndex => $transaction) $loop->first || $loop->last || $loop->remaining === 1, ])> @foreach($transaction as $cellIndex => $cell)
$loop->parent->first || $loop->parent->last || $loop->parent->remaining === 1, ])> {{ $cell }}
@endforeach @endforeach @unless($loop->last) @endunless @endforeach @if (filled($report->getOverallTotals())) @foreach($report->getOverallTotals() as $index => $total)
{{ $total }}
@endforeach @endif
{{ $header }}