@extends('admin.reports._layout') @section('title', 'GSTR3B Report') @php $reportTitle = 'GSTR3B Report'; @endphp @section('reports_content')

GSTR3B Report

Monthly summary return — tables 3.1, 4, 5 and 6.1 for portal entry

@include('partials.admin.module-hub.filter-month', [ 'formAction' => route('admin.reports.gstr3b'), 'formId' => 'gstr3b-period-form', 'periodFrom' => $periodFrom, 'periodTo' => $periodTo, 'exportId' => 'gstr3b-export', ]) @if(empty($company->gstin))
Add your company GSTIN under Company profile.
@endif @include('partials.admin.module-hub.help', [ 'title' => 'Steps to File GSTR-3B', 'ordered' => true, 'items' => config('reports.gstr3b.filing_steps', []), ])
@endsection @push('scripts') @endpush