Your order #{{ $order->id }} has been delivered successfully.
Thank you for shopping with AVIOBOOTS! We hope you love your new boots.
| 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) }}
We'd love to hear your feedback! Contact us at avioboots0@gmail.com
© AVIOBOOTS — Thank you for shopping with us!