{{$report["company"]->name}}

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