{{-- 80mm Thermal Receipt File: resources/views/pos/print.blade.php Opens in popup, auto-prints --}}
| HSN | Rate | Taxable | CGST | SGST |
|---|---|---|---|---|
| {{ $gst->hsn_code ?: '—' }} | {{ $gst->gst_rate }}% | {{ number_format($gst->taxable_amount, 2) }} | {{ number_format($gst->cgst_amount, 2) }} | {{ number_format($gst->sgst_amount, 2) }} |
| Total GST | {{ number_format($sale->gstSummary->sum('taxable_amount'), 2) }} | {{ number_format($sale->gstSummary->sum('cgst_amount'), 2) }} | {{ number_format($sale->gstSummary->sum('sgst_amount'), 2) }} | |