@if(sizeof($doctors)>0)

In-Clinic Appointment

Book Appointment effortlessly for personalized health care.

Our user-friendly platform offers a seamless appointment scheduling experience. Simply browse available slots, select a convenient time, and secure your appointment with a few clicks.

Access your doctor's profile, review credentials, and receive timely reminders. Prioritize your health with our efficient booking system, ensuring prompt and convenient access to medical care.

Trust us to connect you with qualified health care professionals, making your well-being a priority. Book Our Doctor for a hassle-free and patient-centric health care experience.

View All Doctors
@foreach($doctors as $doctor) @if(sizeof($doctor['slot_schedules']) > 0 || sizeof($doctor['upcomming_slot_schedules']) > 0 )

{{$doctor['doctor_name']}}

{{$doctor['specialist_name']}}

    Availabe At
  • @if($doctor['clinic_city']) {{$doctor['clinic_city']}} , {{$doctor['clinic_state']}}, India -{{$doctor['clinic_pincode']}} @else Not Available @endif
  • @if(($doctor['slot_schedules'] !=null && sizeof($doctor['slot_schedules']) > 0) || ($doctor['upcomming_slot_schedules'] !=null && sizeof($doctor['upcomming_slot_schedules']) > 0) ) @if(sizeof($doctor['slot_schedules'])>0) Available Today @elseif(sizeof($doctor['upcomming_slot_schedules'])>0) Available on {{\Carbon\Carbon::parse($doctor['upcomming_slot_schedules'][0]['session_date'])->format('l d-M')}} @else Not Available @endif @else Not Available @endif
@endif @endforeach
@endif