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