@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-create')) @endif
@if(sizeof($datatables)>0) @foreach($data as $tabledata) @endforeach @else @endif
Status Photo Doctor ID Doctor Name Phone No Email ID Specialist
@if($tabledata['status']) Active @else Inactive @endif @if($tabledata['image']) @else @endif YODR{{$tabledata['id']}} {{$tabledata['doctor_name']}} {{$tabledata['phone_no']}} {{$tabledata['email_id']}} {{$tabledata['specialist_name']}} @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('client_info-delete')) @endif

No Data Available

{{$datatables->links('livewire.pagination-livewire')}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection