@extends('layouts.app') @section('title', __('item.gstr-1-report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.gstr-1-report') }}
{{ __('app.records') }}
# {{ __('party.gstin') }} {{ __('party.party_name') }} {{ __('item.transaction_type') }} {{ __('sale.invoice_no') }} {{ __('app.date') }} {{ __('sale.invoice_value') }} {{ __('tax.tax_rate') }} {{ __('tax.taxable_value') }} {{ __('tax.cgst') }} {{ __('tax.sgst') }} {{ __('tax.igst') }} {{ __('party.state_of_supply') }}
@endsection @section('js') @include("plugin.export-table") @endsection