{% include 'public_header.html' %}
You have placed the following orders:
Order Date: {{ booking.master_date }}
| Product Name | Product Code | Subcategory | Total | Action |
|---|---|---|---|---|
| {{ child.product.product_name }} | {{ child.product.product_code }} | {{ child.product.subcategory.name }} | ₹{{ child.amount }} |
|
You have no orders placed yet.