Your order {{ $order->order_number }} has been created successfully. We are now waiting for payment confirmation from the checkout session.
Order Summary
{{ $orderItem?->product?->title ?? 'Product' }}
Status: {{ strtoupper($order->status) }}
Total: {{ number_format((float) $order->total, 2) }} {{ $order->currency }}
Once the payment is confirmed, you will receive the next email automatically. If this is a managed hosting plan, provisioning will start right after payment success.