| Item | Price | Qty | Line |
|---|---|---|---|
| {{ $row['name'] }} | ৳ {{ number_format($row['price'],2) }} | {{ $row['qty'] }} | ৳ {{ number_format($row['price']*$row['qty'],2) }} |
| Subtotal | ৳ {{ number_format($subtotal,2) }} | ||
| Delivery | ৳ {{ number_format($delivery,2) }} | ||
| Total | ৳ {{ number_format($total,2) }} | ||