@extends('layouts.app') @section('content') @include('includes.navbar')
Back to doctors

Doctors for {{ ucwords(str_replace('-', ' ', $category)) }}

@if ($doc_data_cate->isEmpty())

No doctors found in this category.

@else
@foreach ($doc_data_cate as $key => $doc_data)

@if ($doc_data->avatar == 'default.png') {{ $doc_data->name }} @else {{ $doc_data->name }} @endif

View Profile

{{ $doc_data->name }}

Visit us at:
{{-- {{ $doc_data->area }} , {{ $doc_data->colony }} , --}} {{ $doc_data->pincode }} ,
{{ $doc_data->city_name }} , {{ $doc_data->state }} , {{ $doc_data->country_name }}
{{-- Website --}}
{{--

Accreditation: {{ $doc_data->accreditation }} --}}
Language: {{ $doc_data->languages }}
Degree: {{ $doc_data->degree }}
College: {{ $doc_data->college }}
Opening Time: 9am - 9pm

@endforeach
{{--
{{ $doc_data_cate->links('pagination::bootstrap-4') }}
--}}
{{-- Desktop View: Show full pagination --}}
{{ $doc_data_cate->links('pagination::bootstrap-4') }}
{{-- Mobile View: Show only 4 pagination buttons --}}
@endif
Top Premium & Featured Doctor
@foreach (\App\Http\Controllers\DoctorController::getTopDoctors() as $doctor) @if ($doctor->avatar == 'default.png') @else @endif @endforeach
Private online consultations with verified hospitals in all specialists
@foreach (\App\Http\Controllers\PassportApi\HospitalManagementController::_getHospitals() as $hospital) @endforeach

What our users have to say

Are you Patient?

  • Free Surgery Cost Estimation
  • Free Consulting with Best Hospital
  • Free Consulting with Best Doctors
  • Lowest Treatment Cost
  • World Class Hospitals Options
  • Tour to your Dream Country

Are you Hospital?

  • Free International Surgery Query
  • Free Hospital Profile
  • Directly Interact with Patients
  • Free Services/Offer Publishing
  • Free Medical Tourism IT Platform
  • Free Case Management Software

Are you Doctor?

  • Free International Surgery Query
  • Free Doctor Profile
  • Directly Interact with Patients
  • Free Services/Offer Publishing
  • Free Medical Tourism IT Platform
  • Free Case Management Software
{{-- --}} @endsection