| # | Description | HSN/SAC | Taxable | GST % | GST | Amount |
|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $line->description }} | {{ $line->hsn_sac }} | ₹{{ number_format((float) $line->taxable, 2) }} | {{ number_format((float) $line->gst_rate, 2) }} | ₹{{ number_format((float) $line->gst_amount, 2) }} | ₹{{ number_format((float) $line->amount, 2) }} |