@extends('layouts.admin') {{ trans('home.instructors') }} @section('content')
@if (session()->has('success'))
{{ session()->pull('success') }}
@endif
{{ trans('home.instructors') }}

{{ trans('home.table_contain_all_data_shortly_you_can_view_more_details') }}

{{--
@csrf
{{ trans('home.upload') }}
@error('excelFile')
{{ $message }}
@enderror
--}} @can('instructors_centers_filter')
@endcan
{!! $dataTable->table(['class' => 'table table-bordered w-100']) !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection