Dear {{ $order->user->name ?? 'Customer' }},
Your order with ID {{ $order->id }} has been successfully paid and confirmed.
Total Amount: {{ $order->total_amount }}
You can view your order details by logging into your account.
Thank you for your purchase!