@extends('layouts.app') @section('title', 'GST Returns') @section('breadcrumbs') @endsection @section('content')
Track GSTR-1, GSTR-3B and other GST filings
| Return Type | Period | Due Date | Gross Turnover | Taxable Value | Tax Amount | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $r->return_type ?? 'N/A' }} | {{ $r->period ?? 'N/A' }} | {{ optional($r->due_date)->format('d M Y') ?? 'N/A' }} | {{ number_format($r->gross_turnover ?? 0, 2) }} | {{ number_format($r->taxable_value ?? 0, 2) }} | {{ number_format($r->tax_amount ?? 0, 2) }} | View | |
No GST returns found | |||||||