@if (isset($agentCmpny->logo)) {{$agentCmpny->code}} @else BNB @endif
Agent's copy, payout receipt
Date {{ date('Y-m-d', strtotime($txnDetails->created_at)) }}
Agent Name {{ $txnDetails->agentLocationUser->first_name }}
Location {{ $txnDetails->agentLocation->name }}
Sender
First Name Last Name 2nd Last Name
{{ $txnDetails->sender_first_name ?? '' }} {{ $txnDetails->sender_last_name ?? '' }}
Order No.
Pickup Code {{ $txnDetails->reference_no }}
Country Phone Number
{{ $txnDetails->getSendingCountry->country_code }} {{ $txnDetails->sender_phone_number }}
Beneficiary     ID: {{ $beneID['id_type'] }}    {{-- ID: {{ $beneID['id_type'] }} --}} Number: {{ $beneID['id_number'] }} {{-- Number: {{ $beneID['id_number'] }} --}} Transfer Reason
First Name Last Name 2nd Last Name
{{ $txnDetails->recipient_first_name ?? '' }} {{ $txnDetails->recipient_last_name ?? '' }} {{ $txnDetails->recipient_middle_name ?? '' }}
Country Phone Number
{{ $txnDetails->getReceivingCountry->country_code }} {{ $txnDetails->recipient_phone_no }}
Exchange Rate Sent Amount Received Amount
{{ $txnDetails->exchange_rate}} {{ number_format($txnDetails->sending_amount ?? 0, 2) }} {{ $txnDetails->sending_currency }} {{ number_format($txnDetails->receiving_amount ?? 0, 2) }} {{ $txnDetails->receiving_currency }}
_______________________ _______________________
Client Signature Agent Signature

{{-- Client receipt section --}}
@if (isset($agentCmpny->logo)) {{$agentCmpny->code}} @else BNB @endif
Client's copy, payout receipt
Date {{ date('Y-m-d', strtotime($txnDetails->created_at)) }}
Agent Name {{ $txnDetails->agentLocationUser->first_name }}
Location {{ $txnDetails->agentLocation->name }}
Sender
First Name Last Name 2nd Last Name
{{ $txnDetails->sender_first_name ?? '' }} {{ $txnDetails->sender_last_name ?? '' }}
Order No.
Pickup Code {{ $txnDetails->reference_no }}
Country Phone Number
{{ $txnDetails->getSendingCountry->country_code }} {{ $txnDetails->sender_phone_number }}
Beneficiary     ID: {{ $beneID['id_type'] }}    {{-- ID: {{ $beneID['id_type'] }} --}} Number: {{ $beneID['id_number'] }} {{-- Number: {{ $beneID['id_number'] }} --}} Transfer Reason
First Name Last Name 2nd Last Name
{{ $txnDetails->recipient_first_name ?? '' }} {{ $txnDetails->recipient_last_name ?? '' }} {{ $txnDetails->recipient_middle_name ?? '' }}
Country Phone Number
{{ $txnDetails->getReceivingCountry->country_code }} {{ $txnDetails->recipient_phone_no }}
Exchange Rate Sent Amount Received Amount
{{ $txnDetails->exchange_rate}} {{ number_format($txnDetails->sending_amount ?? 0, 2) }} {{ $txnDetails->sending_currency }} {{ number_format($txnDetails->receiving_amount ?? 0, 2) }} {{ $txnDetails->receiving_currency }}
_______________________ _______________________
Client Signature Agent Signature