logo

ACKNOWLEDGEMENT RECEIPT

AR NUMBER: {{$ar_no ?? $fulltax->ar_no}}

Hello {{$fulltax->first_name.' '.$fulltax->middle_name.' '.$fulltax->last_name .' '.$fulltax->ext_name ?? ''}}

Here is your complete payment details for TIEZA Online Payment

@foreach ($details as $item) @endforeach
PASSENGER NAME TICKET NUMBER
{{$item->first_name.' '.$item->middle_name.' '.$item->last_name .' '.$item->ext_name ?? ''}} {{$item->ticket_no}}

EMAIL ADDRESS: {{$fulltax->email_address}}
PAYMENT CHANNEL: {{$payment_channel ?? $fulltax->payment_channel}}
TRANSACTION REFERENCE NUMBER: {{$fulltax->fulltax_no}}
DATE AND TIME: {{$fulltax->created_at}}
PAYMENT REFERENCE NUMBER: {{$payment_reference_no ?? $fulltax->payment_reference_no}}
PAYMENT SUMMARY
Full Travel Tax Fee: {{number_format($f_amount,2)}}
Processing/Convenience Fee: {{number_format($f_fee,2)}}
TOTAL AMOUNT DUE: {{number_format($f_total,2)}}
QR Code
{{--
Convenience / Service Fee: 50.00
TOTAL: {{number_format($fulltax->fulltax_amount + 50,2)}}
--}}

For questions or concerns, you may email us at [email protected]

Please present a soft/hard copy of this Acknowledgement Receipt / Reduced Travel Tax Certificate / Travel Tax Exemption Certificate at the airline check-in counter before boarding.

Sincerely,
TIEZA
@include('layouts.auth-partials.scripts') @include('layouts.auth-partials.form-scripts')