Great news! Your order #{{ $order->id }} has been confirmed and is ready for delivery.
We will deliver your order to your address soon. Please keep your phone on for delivery coordination.
@if($order->tracking_id || $order->courier)Courier: {{ $order->courier }}
@endif @if($order->tracking_id)Tracking ID: {{ $order->tracking_id }}
@endif @if($order->tracking_url) @endif| 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) }}
Delivery 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!