{{ $pageTitle ?? trans('First Sub Category List') }}
@if($auth_user->can('subcategory add')) {{ trans('messages.add_form_title',['form' => trans('messages.firstsubcategory') ]) }} @endif
{{ $dataTable->table(['class' => 'table w-100'],false) }}
@section('bottom_script') {{ $dataTable->scripts() }} @endsection