| Transaction Date | Reference | Description | TR | Amount | Balance |
|---|---|---|---|---|---|
| {{ $t['date'] ? \Carbon\Carbon::parse($t['date'])->format('Y-m-d') : '' }} | {{ $t['reference'] ?? '' }} | {{ $t['description'] ?? '' }} | {{ $t['trcode'] ?? '' }} | {{ number_format((float)($t['amount'] ?? 0), 2) }} | {{ number_format((float)($t['balance_after'] ?? 0), 2) }} |
| No transactions found. | |||||