| Sr. No | Product Name & SKU | HSN | Qty | Unit Price | Unit Discount | Taxable value | CGST | SGST | IGST | Total |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $sr }} |
{{ $item->product_name ?? 'Product' }}
{{ $item->variation->sku ?? ($item->sku ?? '') }}
|
{{ $item->variation->hsn ?? '' }} | {{ $qty }} | Rs {{ number_format($price,2) }} | Rs {{ number_format($unitDiscount,2) }} | Rs {{ number_format(($price * $qty) - ($unitDiscount * $qty),2) }} | Rs {{ number_format($taxAmount/2,2) }} | Rs {{ number_format($taxAmount/2,2) }} | — | Rs {{ number_format($lineTotal,2) }} |
| No items found in this order. | ||||||||||
| Sub Total | Rs {{ number_format($subtotal,2) }} |
| Shipping | Rs {{ number_format($order->shipping_cost ?? 0,2) }} |
| Extra Discount Applied | - Rs {{ number_format($order->coupon_discount,2) }} |
| Total Taxes (Included) | Rs {{ number_format($totalTax,2) }} |
| Advance Amount | Rs {{ number_format($order->advance_amount ?? 0,2) }} |
| Total | Rs {{ number_format($order->total_price ?? 0,2) }} |