Order Created Successfully
Dear {{ $order->customer_name }},
Your order has been created successfully.
Order Details:
- Order ID: {{ $order->id }}
- Customer Name: {{ $order->customer_name }}
- Total Amount: {{ $order->total_amount }}
- Net Amount: {{ $order->net_amount }}
Thank you for your order!