Enter your quotation request number or order ID below to view real-time status details.
Registered on: {{ order.created_at }}
{{ order.customer_name }}
{{ order.customer_phone }}
| Product | Qty | Price | Discount | Total |
|---|---|---|---|---|
|
|
{{ item.quantity }} | ₹{{ Number(item.price).toFixed(2) }} | {{ Number(item.discount_pct).toFixed(0) }}% | ₹{{ (item.price * (1 - item.discount_pct / 100) * item.quantity).toFixed(2) }} |