ORDER #{{ $order->order_no }}

Thank you for your purchase!

We're getting your order ready to be shipped.

View your order

Order Summary

@foreach ($order->orderDetail as $item) @php $photo = $item->photo(); @endphp @endforeach {{-- --}}
@if (!empty($photo)) {{ $item->product->name }} @endif {{ $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)

Customer Information

Shipping Address

{{ $order->shippingAddress->full_name }}

{{ $order->shippingAddress->house_name }}

{{ $order->shippingAddress->road_name }}

{{ $order->shippingAddress->city }}

{{ $order->shippingAddress->pincode }}

Billing Address

{{ $order->billingAddress->full_name }}

{{ $order->billingAddress->house_name }}

{{ $order->billingAddress->road_name }}

{{ $order->billingAddress->city }}

{{ $order->billingAddress->pincode }}

{{--

Shipping method

Priority Mail

--}}

Payment method

{{ App\Models\Order::PAYMENT_METHOD[$order->payment_method] }}

If you have any questions, replay to this email or contact us at {{ $options['email'] }}