@foreach($report->getHeaders() as $index => $header) @endforeach @foreach($report->getCategories() as $categoryIndex => $category)
@foreach ($category->header as $headerRow)
@foreach ($headerRow as $headerValue) @if (!empty($headerValue)) {{ $headerValue }} @endif @endforeach
@endforeach
@foreach($category->data as $dataIndex => $transaction) $loop->first || $loop->last || $loop->remaining === 1, ]) > @foreach($transaction as $cellIndex => $cell) getAlignmentClass($cellIndex), 'whitespace-normal' => $cellIndex === 1, ]) >
$loop->parent->first || $loop->parent->last || $loop->parent->remaining === 1, ]) > @if(is_array($cell) && isset($cell['description'])) @if(isset($cell['id']) && $cell['tableAction']) {{ $cell['description'] }} @else {{ $cell['description'] }} @endif @else {{ $cell }} @endif
@endforeach @endforeach @unless($loop->last) @endunless @endforeach
{{ $header }}