Client: {{ $client->surname }} {{ $client->first_name }} {{ $client->other_names }}
Account Number: {{ $account->account_number }}
Date: {{ \Carbon\Carbon::parse($transaction->created_at)->format('d M Y H:i') }}
| Transaction Type | {{ ucfirst($transaction->type) }} |
|---|---|
| Amount | ₵{{ number_format($transaction->amount, 2) }} |
| Balance After | ₵{{ number_format($transaction->balance_after, 2) }} |
| Reference | {{ $transaction->reference }} |
| Remarks | {{ $transaction->remarks ?? '-' }} |
Thank you for banking with us.