{{ $report->getTitle() }}
{{ $company->name }}
@if($startDate && $endDate)
Date Range: {{ $startDate }} to {{ $endDate }}
@else
As of {{ $endDate }}
@endif
@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 }}
@if(is_array($cell) && isset($cell['name'])) {{ $cell['name'] }} @else {{ $cell }} @endif
{{ $cell }}