Dear {{ $order->user_name ?? 'Customer' }},

Thank you for shopping with Uthhan Global.

Your order #{{ $order->order_id }} has been successfully placed and payment has been received.

Amount: ₹ {{ number_format($amount ?? 0, 2) }}
Payment Method: {{ $order->user_payment_type ?? 'Razorpay' }}
Status: {{ $status ?? ($order->user_payment_status ?? 'Paid') }}

Shipping to:
{{ $order->user_name }}
{{ $order->user_address }}
{{ $order->user_city }}, {{ $order->user_state }} - {{ $order->user_pincode }}
{{ $order->country }}

We will notify you once your order is shipped.
If you have any queries, please contact us at support@gergstore.com.

Regards,
Team Uthhan