|
|
ORDER #{{ $order->order_no }}
|
We're getting your order ready to be shipped.
View your order|
@if (!empty($photo))
|
{{ $item->product->name }} {{ $item->variant->name ?? 0 }} | @currency($item->total_amount) | |
| Subtotal | @currency($order->sub_amount) | ||
| Shipping | @currency($order->delivery_amount) | ||
| Taxes | $0 | ||
| Total | @currency($order->total_amount) | ||
{{ $order->shippingAddress->full_name }}
{{ $order->shippingAddress->house_name }}
{{ $order->shippingAddress->road_name }}
{{ $order->shippingAddress->city }}
{{ $order->shippingAddress->pincode }}
{{ $order->billingAddress->full_name }}
{{ $order->billingAddress->house_name }}
{{ $order->billingAddress->road_name }}
{{ $order->billingAddress->city }}
{{ $order->billingAddress->pincode }}
Priority Mail
{{ App\Models\Order::PAYMENT_METHOD[$order->payment_method] }}
If you have any questions, replay to this email or contact us at {{ $options['email'] }}