@extends('layouts.manage') @section('title') @lang('View HSN Codes') @endsection @section('page-header-title') @lang('View HSN Codes') @can('create', App\HsnCode::class) @lang('New HSN Code') @endcan @endsection @section('page-header-description') @lang("View HSN Codes") @endsection @section('styles') @if(config('settings.export_table_enable')) @endif @include('includes.datatable_style') @endsection @section('scripts') @include('partials.manage.dataTables-responsive') @if(config('settings.export_table_enable')) @include('partials.manage.dataTables-export') @else @endif @include('includes.form_delete_all_script') @if(config('settings.toast_notifications_enable')) @endif @endsection @section('content')
@if(session()->has('hsn_code_deleted')) @endif @if(session()->has('hsn_code_not_deleted')) @endif @include('partials.manage.hsn-codes.index')
@endsection