🎉 Order Confirmed!
Dear {{ $recipient_name ?? $order->contact?->name ?? 'Customer' }},
Thank you for your order! We have successfully received your order and it is now being processed.
@if(!empty($customMessage))
@endif
|
Order Number:
|
{{ $order->order_number }}
|
|
Order Date:
|
{{ $orderDate }}
|
|
Order Status:
|
{{ ucfirst($order->status) }}
|
|
Total Amount:
|
{{ $orderTotal }}
|
You can also download your invoice anytime using the link below:
📄 Download Invoice PDF
🔒 Please keep your order and invoice details private. Do not share this information with unauthorized parties.
If you have any questions, feel free to reach out to our support team.
Thank you for shopping with us!
|