@extends('layouts.app') @section('title', __('item.hsn_summary_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.general_stock_report') }}
{{ __('app.records') }}
# {{ __('item.hsn') }} {{ __('app.description') }} {{ __('unit.unit') }} {{ __('item.quantity') }} {{ __('tax.rate') }} {{ __('item.stock_value_cost') }} {{ __('tax.taxable_amount') }} {{ __('tax.igst') }} {{ __('tax.sgst') }} {{ __('tax.cgst') }}
@endsection @section('js') @include("plugin.export-table") @endsection