{{$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)
{{$item["name"]}} |
@foreach($item["reports"] as $report_child)
@foreach($report_child["child"] as $child)
{{$child["name"]}} |
${{$child["value"]}} |
@endforeach
@endforeach
Total {{$item["name"]}} |
${{$item["total"]}} |
@endforeach