| Account Title | Total Debit | Total Credit |
| {{ $row['accounttitle'] }} (ID: {{ $row['account_id'] }}) | {{ number_format($row['total_debit'], 2) }} | {{ number_format($row['total_credit'], 2) }} |
| TOTAL | AED {{ number_format($grandDebit, 2) }} | AED {{ number_format($grandCredit, 2) }} |