@extends("web.layouts.master") @section("content")

Upload Payment Proof

IMPORTANT ! Please transfer according the total amount below

Total Payment

{{ GeneralHelper::transformAmount($transaction->total) }}

Order ID : {{ $transaction->order_id }}

After you have made your payment, please notify us by upload your payment proof

Please note that order will be automatically cancelled after 24 hours if you don't fill this payment confirmation form

Account Information


{{ $bankInformation->bank_name }} Bank Transfer

Account Number

{{ $bankInformation->bank_account_number }}


Name

{{ $bankInformation->bank_account_name }}

Branch

{{ $transaction->location->address }}

Transaction Date

{{ GeneralHelper::convertDateFormat($transaction->transaction_date) }}

Please upload your payment proof to speed up the payment verification process.

Image

You may upload up to 3MB in PNG, JPG or JPEG format.

@include("web.components.crop-image-modal", [ "modalIndex" => 0 ]) @include("web.components.modal-with-loading-icon", [ "modalIndex" => 1 ]) @include("web.components.cancelable-notification-modal", [ "modalIndex" => 2 ]) @endsection @push("stackJs") @endpush