Order Created!

Your exchange order has been created successfully. Complete payment to process your transaction.

{{ $order->order_number }}
Transaction Details
Amount to Pay
₵{{ number_format($order->ghs_amount, 2) }}
You'll Receive
¥{{ number_format($order->cny_amount, 2) }}
Exchange Rate
1 GHS = {{ $order->exchange_rate }} CNY
Recipient Information
Recipient Type
{{ ucfirst(str_replace('_', ' ', $order->recipient_type)) }}
@if($order->alipay_name)
Alipay Name
{{ $order->alipay_name }}
@endif @if($order->whatsapp)
WhatsApp
{{ $order->whatsapp }}
@endif
Status
Pending Payment
@csrf
Pay Later

You can complete payment now or later from your dashboard. Your order will be held for 24 hours.

@include('components.tawk-chat')