@include('partials.admin.module-hub.filter-month', [
'formAction' => route('admin.reports.gstr1'),
'formId' => 'gstr1-period-form',
'periodFrom' => $periodFrom,
'periodTo' => $periodTo,
'filterLabel' => 'Financial Period between',
'exportButtons' => [
['id' => 'gstr1-export-xls', 'label' => 'Export XLS', 'icon' => 'ri-file-excel-2-line'],
['id' => 'gstr1-export-json', 'label' => 'Export JSON', 'icon' => 'ri-code-box-line'],
],
])
@if(empty($company->gstin))
Add your company
GSTIN under
Company profile
for accurate GSTR-1 filing data.
@endif
@include('partials.admin.module-hub.help', [
'title' => 'In the GSTR1 section you can',
'items' => array_merge(config('reports.gstr1.capabilities', []), [
'Configure invoices with correct GSTIN, place of supply, and HSN on line items.',
]),
])