Filter

Gender

Availability

  • {{--
  • --}}

Speciality

    @foreach($specilizations as $specility)
  • @endforeach
{{--

Experience

--}} {{--

By Rating

  • (40)
  • (35)
  • (20)
  • (10)
  • (05)
--}} {{----}}

{{$doctors->count()}} Doctors found @if($city_location !="")in {{$city_location}} @endif

Availability

@if($doctors && sizeof($doctors) > 0) @foreach($doctors as $doctor) @if($showdoctorview=='list')

{{$doctor['doctor_name']}}

{{$doctor['specialist_name']}}

@if($doctor['clinic_name'])

{{$doctor['clinic_city']}},{{$doctor['clinic_state']}},India -{{$doctor['clinic_pincode']}}

@endif
  • @foreach($doctor['getClinics'] as $doctorclinic) @if($doctorclinic['slot_schedules'] && sizeof($doctorclinic['slot_schedules'])>0) Available Today @break; @elseif($doctorclinic['upcomming_slot_schedules'] && sizeof($doctorclinic['upcomming_slot_schedules'])>0) Available on {{\Carbon\Carbon::parse($doctorclinic['upcomming_slot_schedules'][0]['session_date'])->format('d-F')}} @endif @endforeach @if($count==0) Not Available @endif
@if($count>0) Book Appointment @else Book Appointment @endif
@else

{{$doctor['doctor_name']}}

{{$doctor['specialist_name']}}

{{$doctor['clinic_city']}},{{$doctor['clinic_state']}},India-{{$doctor['clinic_pincode']}}

  • @foreach($doctor['getClinics'] as $doctorclinic) @if($doctorclinic['slot_schedules'] && sizeof($doctorclinic['slot_schedules'])>0) Available Today @break; @elseif($doctorclinic['upcomming_slot_schedules'] && sizeof($doctorclinic['upcomming_slot_schedules'])>0) Available on {{\Carbon\Carbon::parse($doctorclinic['upcomming_slot_schedules'][0]['session_date'])->format('d-F')}} @endif @endforeach @if($count==0) Not Available @endif
View Profile @if($count>0) Book Appointment @else Book Appointment @endif
@endif @endforeach @else
No Doctors Available
@endif
{{$doctors->links('livewire.webpagination-livewire')}}
@section('externalmodal') @livewire('webnew.search-clinic-modal-livewire') @endsection