Dear {{ $user->name }} {{ $user->middle_name }} {{ $user->last_name }},
We are pleased to inform you that your transaction has been successfully completed. Below are the details of your transaction:
Transaction Details
| Beneficiary Bank | {{ $transfer->recipient_bank }} |
|---|---|
| Beneficiary Name | {{ $transfer->recipient_name }} |
| Beneficiary Account | {{ $transfer->recipient_account_number }} |
| Description | {{ $transfer->description }} |
| Reference ID | {{ $transfer->reference_id }} |
| Type | {{ $transfer->transfer_type->fullLabel() }} |
| Amount | {{ currency($user->currency) . formatAmount($transfer->amount) }} |
| Date | {{ formatDateTime($transfer->created_at) }} |
| Status | {{ $transfer->status->label() }} |
Following this transaction, the balances on your account are as follows:
| Available Balance | {{ currency($user->currency) . formatAmount($user->account_balance) }} |
|---|
If you have any questions or need further assistance, please do not hesitate to contact our support team.
Thank for banking with us!