@extends('layouts.app') @section('title', __('item.gstr-2-report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.gstr-2-report') }}
{{ __('app.records') }}
{{ __('app.export') }}
Toggle Dropdown
{{ __('app.excel') }}
{{ __('app.pdf') }}
#
{{ __('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