Payment Confirmation

{{-- https://payment.myeg.ph/payment/v1/easy --}} {{-- https://ipay.myegdev.com/payment/v1/easy --}}
{{ csrf_field() }} {{-- --}}
Transaction Number {{$details['order_no']}}
Passenger Name {{strtoupper($details['customer_name'])}}
Transaction Time {{$details['transaction_time']}}
Currency {{$details['currency']}}
Amount ₱ {{number_format($amount_wo,2)}}
Processing Fee ₱ {{$processing_fee}}
Total Amount ₱ {{number_format($details['amount'],2)}}
Note: If you use any Credit Card or Grab Pay, there is another fee about 1.4% of total amount.

{{-- --}}