@if(isset($txnDetails) && is_array($txnDetails) && $txnDetails)
Hello {{ $txnDetails['bnfName']??'' }},
We have received your transaction. It will be processed shortly. Please find the transaction details below.
Account Number: {{ $txnDetails['accountNumber']??'' }}
Pickup Code: {{ $txnDetails['pickupCode']??'' }}
Amount: {{ $txnDetails['amount']??'' }}
Currency: {{ $txnDetails['currency']??'' }}
Sending Company: {{ $txnDetails['sendingCompanyName']??'' }}
Deposit Company: {{ $txnDetails['depositCompanyName']??'' }}
@include('emails.partials.signature') @else
Hello {{$bnfName}},
We have received your transaction. It will be processed shortly. Please find the transaction details below.
Account Number: {{ $accountNumber }}
Pickup Code: {{ $pickupCode }}
Amount: {{ $amount }}
Currency: {{ $currency }}
Sending Company: {{ $sendingCompanyName }}
Deposit Company: {{ $depositCompanyName }}
@include('emails.partials.signature') @endif