From {{ \Carbon\Carbon::parse($data['date_from'])->format('M d, Y') }} to {{ \Carbon\Carbon::parse($data['date_to'])->format('M d, Y') }}
| {{ $section['title'] }} | |
| {{ $account['code'] ? $account['code'] . ' - ' : '' }}{{ $account['name'] }} | {{ number_format($account['balance'], 2) }} |
| {{ $section['total_label'] }} | {{ number_format($section['total'], 2) }} |
| {{ $data['is_profit'] ? 'Net Profit' : 'Net Loss' }} | {{ number_format(abs($data['net_income']), 2) }} |