@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('locations-create')) @endif
@if(sizeof($datatables)>0) @foreach($datatables as $tabledata) @endforeach @else @endif
Status Doctor Name Email Id Phone No Specialiste Image
@if($tabledata['status']) Active @else Inactive @endif {{$tabledata['doctor_name']}} {{$tabledata['email_id']}} {{$tabledata['phone_no']}} {{$tabledata['specialist']}} {{$tabledata['image']}}

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@section('externaljs') @endsection