| Product | Quantity | Cost | Delivery Address | is Delivered? | Action | |
| {{index+1}} | {{order.quantity}} | {{order.quantity * order.product.price}} | {{order.address}} | {{order.is_delivered == 1? "Yes" : "No"}} |
| Product | Units | Price | Description | |
| {{index+1}} | {{product.units}} | {{product.price}} | {{product.description}} |
| Name | Joined | Total Orders | ||
| {{index+1}} | {{user.name}} | {{user.email}} | {{user.created_at}} | {{user.orders.length}} |
$ {{product.price}}
Available Units: {{product.units}}
{{product.description}}
Delivery address:
{{order.address}}