AVIOBOOTS

Thanks for your order, {{ $order->name }}!

Your order #{{ $order->id }} has been placed successfully.

@if($order->tracking_id)

YOUR TRACKING ID

{{ $order->tracking_id }}

Track anytime at: avioboots.com/track-order/{{ $order->tracking_id }}

@endif

Our team will review your order and confirm it soon. Payment: Cash on Delivery.

@foreach($order->items as $it) @endforeach
Item Qty Total
{{ $it->product_name }} ({{ $it->size ?? 'N/A' }}) {{ $it->qty }} Rs {{ number_format($it->price * $it->qty, 0) }}

Subtotal: Rs {{ number_format($order->subtotal, 0) }}
Shipping: {{ $order->shipping == 0 ? 'FREE' : 'Rs '.number_format($order->shipping, 0) }}
Total: Rs {{ number_format($order->total, 0) }}

Shipping address:
{{ $order->address }}
{{ $order->city }}@if($order->state), {{ $order->state }}@endif @if($order->zip){{ $order->zip }}@endif
{{ $order->phone }}


Need help? Contact us at avioboots0@gmail.com

© AVIOBOOTS — Thank you for shopping with us!