Billing Information

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

Fill or edit the fillable forms below to continue.

Note that we will use your deault KYC details to process your shipping. However, type in your destination address where you want us to ship your order for easy processing.

@error('address') {{ $message }} @enderror
@error('city') {{ $message }} @enderror
@error('state') {{ $message }} @enderror
@error('zip_code') {{ $message }} @enderror
@error('notes') {{ $message }} @enderror
Loading...

by clicking on the proceed button below you agree to our terms of service.


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, '.', ',')}}