@component('pdf.components.style') @endcomponent

Income Statement

{{$company->name}}

Date Range: {{date('M d, Y', strtotime($start))}} - {{date('M d, Y', strtotime($end))}}

Report Type: {{$report_type}}

@foreach($filter_data as $filter)

{{$filter['label']}} : {{$filter['value']}}

@endforeach
@foreach ($data as $item) @foreach ($item['child'] as $child) @endforeach
{{$item['name']}}
{{$child['name']}} ${{number_format($child['total'], 2)}}
Total {{$item['name']}} ${{number_format($item['total'], 2)}}
@endforeach