{{ $report->getTitle() }}
{{ $company->name }}
Date Range: {{ $startDate }} to {{ $endDate }}
@foreach($report->getHeaders() as $index => $header) @endforeach @foreach($report->getCategories() as $category) @foreach($category->header as $index => $header) @endforeach @foreach($category->data as $account) @foreach($account as $index => $cell) @endforeach @endforeach @foreach($category->summary as $index => $cell) @endforeach @endforeach @foreach ($report->getOverallTotals() as $index => $total) @endforeach
{{ $header }}
{{ $header }}
{{ $cell }}
{{ $cell }}