| Sr No | Account Number | No. of Receipts | Amount | SGST Amount | CGST Amount | Total Amount |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $data['account_number'] }} | {{ $count }} | {{ number_format($data['amount'], 2) }} | {{ number_format($data['sgst'], 2) }} | {{ number_format($data['cgst'], 2) }} | {{ number_format($data['total_amount'], 2) }} |
| Grand Total: | {{ $gtCount }} | {{ number_format($gtAmount, 2) }} | {{ number_format($gtSGST, 2) }} | {{ number_format($gtCGST, 2) }} | {{ number_format($gtTotal, 2) }} | |