Your order has been confirmed!
Hello, {{ $order->user->first_name ?? 'Valued Customer' }}!
Thank you for your order. We've received it and will begin processing it right away. You'll receive another email once your order has been shipped.
| Item | Qty | Total |
|---|---|---|
|
{{ $item->name }}
@if ($item->sku)
SKU: {{ $item->sku }}
@endif
|
{{ $item->quantity }} | ${{ number_format($item->total_price, 2) }} |
{{ $order->shipping_address['first_name'] }} {{ $order->shipping_address['last_name'] }}
{{ $order->shipping_address['address_line_1'] }}
@if (!empty($order->shipping_address['address_line_2']))
{{ $order->shipping_address['address_line_2'] }}
@endif
{{ $order->shipping_address['city'] }}, {{ $order->shipping_address['state'] }} {{ $order->shipping_address['postal_code'] }}
{{ $order->shipping_address['country'] }}
{{ ucfirst($order->payment_method) }}
@if ($order->coupon_code){{ $order->coupon_code }}
@endifQuestions? Reply to this email or contact us at support@naturesbasket.com