@extends('dashboard.layouts.app')
@section('content')
@include('dashboard.item-classifications.table')
@endsection
@section('modal')
@endsection
@section('js')
@include('dashboard.layouts.tableActions', ['gn_name' => 'item-classifications', 'post_search_route' => route('item-classifications.index-post')])
@endsection