| Date | Description | Reference | Debit | Credit | Running Balance |
|---|---|---|---|---|---|
| {{ $entry['date'] }} | {{ $entry['description'] }} | {{ $entry['reference'] }} | {{ number_format($entry['debit'], 2) }} | {{ number_format($entry['credit'], 2) }} | {{ number_format($entry['running_balance'], 2) }} |
| Closing Balance | {{ number_format(end($account['entries'])['running_balance'], 2) }} | ||||