@foreach($filter_data as $filter) @endforeach @foreach($report["data"] as $item) @foreach($item["reports"] as $report_child) @foreach($report_child["child"] as $child) @endforeach @endforeach @endforeach
{{$report["company"]->name}}
As Of {{$date}}
Date Range : {{ date('M j, Y', strtotime($from)) }} - {{ date('M j, Y', strtotime($date)) }}
Report Type : {{$report_type}}
{{$filter['label']}} : {{$filter['value']}}
{{$item["name"]}}
{{$child["name"]}} ${{$child["value"]}}
Total {{$item["name"]}} ${{$item["total"]}}