As of {{ \Carbon\Carbon::parse($data['date'])->format('F j, Y') }}
| Account | Balance |
|---|---|
| {{ $section['title'] }} | |
| {{ $subsection['title'] }} | |
| {{ $account['code'] ? $account['code'] . ' - ' : '' }}{{ $account['name'] }} | {{ number_format($account['balance'], 2) }} |
| {{ $subsection['total_label'] }} | {{ number_format($subsection['total'], 2) }} |
| {{ $section['total_label'] }} | {{ number_format($section['total'], 2) }} |
| {{ $data['grand_total_label'] }} | {{ number_format($data['grand_total'], 2) }} |