| # | Date | Amount | Balance After | Reference | Remarks |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ \Carbon\Carbon::parse($txn->created_at)->format('d M Y H:i') }} | ₵{{ number_format($txn->amount, 2) }} | ₵{{ number_format($txn->balance_after, 2) }} | {{ $txn->reference }} | {{ $txn->remarks ?? '-' }} |
| No withdrawal history found. | |||||