@include('templates.pdf_header', [ 'organisation' => $organisation, 'asOfDate' => $asOfDate, 'currency' => $currency, 'title' => 'INCOME STATEMENT' ]) @foreach($data as $group) @foreach($group->subcategories as $sub) @include('accounts.partials.income_subcategory_recursive', ['sub' => $sub, 'level' => 1]) @endforeach @endforeach
Description Amount ({{ $currency }})
{{ $group->group_name }} {{ number_format($group->group_total, 2) }}
Gross Profit {{ number_format($totals['Gross Profit'], 2) }}
Net Profit {{ number_format($totals['Net Profit'], 2) }}