| Product | SKU | Qty | Unit Price | Tax % | Amount |
|---|---|---|---|---|---|
| {{ $item->product_name }} | {{ $item->sku }} | {{ $item->quantity }} | Rs. {{ number_format($item->unit_price, 2) }} | {{ number_format($item->tax_percent, 1) }}% | Rs. {{ number_format($item->subtotal, 2) }} |
| Subtotal: | Rs. {{ number_format($order->subtotal, 2) }} |
| Discount: | Rs. {{ number_format($order->discount_amount, 2) }} |
| GST: | Rs. {{ number_format($order->tax_amount, 2) }} |
| Grand Total: | Rs. {{ number_format($order->total_amount, 2) }} |