| Date | Reference | Description | Contact | Debit | Credit | Balance |
|---|---|---|---|---|---|---|
| {{ \Carbon\Carbon::parse($entry->date)->format('m/d/Y') }} | {{ $entry->reference }} | {{ $entry->description }} | {{ $entry->contact_name }} | {{ number_format($entry->debit, 2) }} | {{ number_format($entry->credit, 2) }} | {{ number_format($entry->running_balance, 2) }} |
| Account Total | {{ number_format($accountDebit, 2) }} | {{ number_format($accountCredit, 2) }} | {{ number_format($accountDebit - $accountCredit, 2) }} | |||