Monthly Summary Return
{{ $profile->business_name }} | GSTIN: {{ $profile->gstin ?? 'N/A' }}
Period: {{ \Carbon\Carbon::parse($data['period'])->format('F Y') }}
FY: {{ $profile->current_financial_year }}
Generated: {{ now()->format('d M Y H:i') }}
| Nature of Supplies | Total Taxable Value (₹) | Integrated Tax (₹) | Central Tax (₹) | State/UT Tax (₹) | Cess (₹) |
|---|---|---|---|---|---|
| (a) Outward taxable supplies (other than zero rated, nil and exempted) | {{ number_format($data['outward_taxable'],2) }} | {{ number_format($data['outward_igst'],2) }} | {{ number_format($data['outward_cgst'],2) }} | {{ number_format($data['outward_sgst'],2) }} | {{ number_format($data['outward_cess'],2) }} |
| (b) Outward taxable supplies (zero rated) | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
| (c) Other outward supplies (Nil rated, exempted) | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
| (d) Inward supplies (liable to reverse charge) | 0.00 | 0.00 | 0.00 | 0.00 | 0.00 |
| (e) Non-GST outward supplies | 0.00 | — | — | — | — |
| Place of Supply (State/UT) | Total Taxable Value (₹) | IGST Amount (₹) |
|---|---|---|
| Refer GSTR-1 for state-wise break-up | ||
| Details | Integrated Tax (₹) | Central Tax (₹) | State/UT Tax (₹) | Cess (₹) |
|---|---|---|---|---|
| (A) ITC Available — Import of goods/services and inward supplies | {{ number_format($data['itc_igst'],2) }} | {{ number_format($data['itc_cgst'],2) }} | {{ number_format($data['itc_sgst'],2) }} | 0.00 |
| (B) ITC Reversed | 0.00 | 0.00 | 0.00 | 0.00 |
| Net ITC Available [(A) - (B)] | {{ number_format($data['itc_igst'],2) }} | {{ number_format($data['itc_cgst'],2) }} | {{ number_format($data['itc_sgst'],2) }} | 0.00 |
| Interest on delayed payment of tax | 0.00 | 0.00 | 0.00 | 0.00 |
| Late fee | 0.00 | 0.00 | 0.00 | 0.00 |
| Total Output Tax (3.1) | ₹{{ number_format($data['outward_total_tax'],2) }} |
| Less: ITC Claimed (4) | - ₹{{ number_format($data['itc_total'],2) }} |
| NET GST PAYABLE | ₹{{ number_format($data['net_tax_payable'],2) }} |
Authorized Signatory:
Date: {{ now()->format('d / m / Y') }}
Place: {{ $profile->city ?? '' }}
System-generated GSTR-3B summary. This is NOT a filed return. Please verify and file on www.gst.gov.in | {{ config('app.name') }}