{{ $pageTitle ?? trans('messages.list') }}
@if(auth()->user()->hasRole('provider') ||auth()->user()->hasRole('admin') ) {{ trans('messages.add_form_title',['form' => trans('messages.handymantype') ]) }} @endif
{{ $dataTable->table(['class' => 'table w-100'],false) }}
@section('bottom_script') {{ $dataTable->scripts() }} @endsection