Make Payment

@if (session()->has('message'))
{{ session('message') }}
@endif

Fill the form below to make payment of ${{number_format($order->amount, 2, '.', ',')}} to any of our wallets below:

Kindly copy the address below to make your payment. Please be sure not to make mistakes while performing this transaction as we will not be help responsible for any transaction that didn't get to our account, copy the correct address or scan the QR code there to make your payment. If you have any issues with this kindly contact our support for assistance. Thank you for choosing us.

Deposit ${{number_format($order->amount, 2, '.', ',')}} to the {{$wallet->name}} address below:

Select Wallet Address
Or scan this code to pay
{!! QrCode::size(200)->generate($wallet->address); !!}
Loading...

@error('wallet_address_id') {{ $message }} @enderror

Order Summary

Product Name Quantity Price Total
{{$order->product->name}} {{$order->quantity}} ${{number_format($order->amount, 2, '.', ',')}} ${{number_format(($order->amount * $order->quantity), 2, '.', ',')}}
Total amount to pay:
${{number_format(($order->amount * $order->quantity), 2, '.', ',')}}