{{ config('app.name') }}
{{ config('app.name') }}
{{ config('app.name') }}
{{ config('app.name') }}
{{ config('app.name') }}
{{ config('app.name') }}
{{ config('app.name') }}

TRANSACTION RECEIPT

@if ($transfer) @endif
Reference ID: {{ $transaction->reference_id }}
Transaction Type: {{ $transaction->type->label() }}
Amount: @if ($transaction->isDirectionCredit()) +{{ currency($user->currency) }}{{ formatAmount($transaction->amount) }} @else -{{ currency($user->currency) }}{{ formatAmount($transaction->amount) }} @endif
Description: {{ $transaction->description }}
Date: {{ formatDateTime($transaction->transaction_at) }}
Status: {{ $transaction->status->label() }}
Beneficiary Account: {{ $transfer->recipient_account_number }}
Beneficiary Name: {{ $transfer->recipient_name }}
Beneficiary Bank: {{ $transfer->recipient_bank }}
Transfer Type: {{ $transfer->transfer_type->fullLabel() }}
Sender: {{ $transfer->user->name }} {{ $transfer->user->middle_name }} {{ $transfer->user->last_name }}
Sender Bank: {{ $transfer->sender_bank }}