Date: {{ \Carbon\Carbon::now()->format('d-m-Y') }}
No trial balance data available for the selected period.
| Account | Debit | Credit |
|---|---|---|
| {{ $currentAccountType }} | ||
| {{ $data->account }} | {{ formatNumber($data->debit, 2) }} | {{ formatNumber($data->credit, 2) }} |
| Total | {{ formatNumber($totalDebit, 2) }} | {{ formatNumber($totalCredit, 2) }} |