@extends('layouts.master') @section('content') @include('components.breadcum')

Payment with bank transfer

  • Bank Name : {{ $paymentBank->bank_name }}
  • Account Name : {{ $paymentBank->account_name }}
  • Account Number : {{ $paymentBank->account_number }}
  • Iban Number : {{ @$paymentBank->iban_number ?? 'N/A' }}
  • Routing Number : {{ @$paymentBank->routing_number ?? 'N/A' }}
  • Swift Code : {{ @$paymentBank->swift_code ?? 'N/A' }}

Payment Policies:

  • After making the transfer, please upload an image of the evidence of payment (e.g., JPG or PNG format).
  • Orders will only be shipped or services rendered upon successful verification of your payment.

If you have any questions or need further assistance, please contact our customer support team.

Upload evidence of the payment

@csrf

Order Summary

  • Subtotal

    {{ formatAmount(cartSubTotal(), $settings) }}

  • Discount(-)

    {{ formatAmount(calculateCouponDiscount(), $settings) }}

  • Shipping Cost

    {{ formatAmount(getShippingFee(), $settings) }}

  • Total

    {{ formatAmount(getTotalWithAppliedShippingFee(), $settings) }}

@endsection