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