Thank you for your order!
Hello {{ $order->name }},
Your order has been successfully placed. Here are the details:
- Order Number: #{{ $order->order_no }}
- Total Amount: ${{ $order->total_amount }}
-
Address:
- {{ $order->address_line_1 }}
@if($order->address_line_2)
- {{ $order->address_line_2 }}
@endif
- {{ $order->city }}, {{ $order->state }}
- {{ $order->country }} - {{ $order->postal_code }}
Product Details:
@foreach ($orderDetails as $detail)
- {{ $detail->name }} - Size: {{ $detail->size }}, Color: {{ $detail->color }}, Quantity: {{ $detail->quantity }}
@endforeach
We will notify you once your order has been shipped.
Thank you for shopping with us!
@if ($guestUsername && $guestPassword)
Your guest login credentials:
- Username: {{ $guestUsername }}
- Password: {{ $guestPassword }}
Please use these credentials to login. You can change your password after logging in.
@endif
Welcome. You have now officially joined the circle. All orders are made fresh when purchased and may take 7 to 10 business days to be delivered. We appreciate your patience as well as your business.
You will be notified when your order is shipped along with the delivery option you selected.