@section('styles') @endsection @section('title') View Invoice @endsection {{ __(' View Invoice') }}

INVOICE

{{$settings->site_name}}

{!! $settings->address !!}
Dear {{$transfer->user->name}} ({{$transfer->user->email}}),
Here are your order details. We thank you for your purchase.
Reference Number #{{$transfer->trx_id}}
Date & Time {{$transfer->created_at}}
Account Number #{{$transfer->user->account}}
Account Type {{$transfer->user->account_type}}
Billing Address {{$transfer->user->address_line_one}}
{{$transfer->user->address_line_two}},
{{$transfer->user->city}},{{$transfer->user->state}},{{$transfer->user->post_code}}
{{$transfer->user->country}}.
Beneficiary Address {{$transfer->beneficiary_full_name}},
{{$transfer->beneficiary_account}},
{{$transfer->beneficiary_bank_address}}.
Details Currency Amount Debit Amount
Product 1
Delivery Date: 24/04/2023
{{$transfer->currency}} {{$transfer->amount}} ${{$transfer->debit_amount}}
Subtotal ${{$transfer->debit_amount}}
VAT (0%) $0.00
Grand Total ${{$transfer->debit_amount}}
Download
@section('scripts') @endsection