AVIOBOOTS

🚚 Your Order Has Been Shipped, {{ $order->name }}!

Great news! Your order #{{ $order->id }} is on its way to you.

{{-- Tracking Info Box --}}

📦 Shipment Details

@if($order->courier) @endif @if($order->shipped_at) @endif
Tracking ID {{ $order->tracking_id }}
Courier {{ $order->courier }}
Shipped On {{ $order->shipped_at->format('d M Y, h:i A') }}
@if($order->tracking_url)

Track Your Shipment →

@endif
{{-- Order Summary --}} @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) }}

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

{{-- Track Online --}} @if($order->tracking_id)

Track your order online anytime:

avioboots.com/track-order/{{ $order->tracking_id }}
@endif

Need help? Contact us at avioboots0@gmail.com

© AVIOBOOTS — Thank you for shopping with us!