{{--

Income Statement {{ $basis_type }} Summary

--}}

Income Statement Summary

{{$company_name}}

@foreach($filter_data as $filter) @endforeach
Date Range: {{date('M d, Y', strtotime($from))}} - {{date('M d, Y', strtotime($to))}}
Report Type: {{$basis_type}}
{{$filter['label']}} : {{$filter['value']}}

{{--
Sales
Product Sales ${{$data['total_product_sales']}}
Install Sales ${{$data['total_install_sales']}}
Protection Plan Sales ${{$data['total_protection_plan_sales']}}
Delivery Charge ${{$data['total_delivery_charge_sales']}}
Total Sales ${{$data['total_sales']}}
Cost of Good Sold
Product COGS ${{$data['total_product_cogs']}}
Protection Plan COGS ${{$data['total_protection_plan_cogs']}}
Net Income {{$data['net_income']}}
--}} @foreach ($data as $item) @foreach ($item['child'] as $child) @endforeach @endforeach
{{$item['name']}}
{{$child['name']}} ${{number_format($child['total'], 2)}}
Total {{$item['name']}} ${{number_format($item['total'], 2)}}