Find and Book


{{--
Patia, Bhubaneswar
Satyanagar, Bhubaneswar
--}}
@if(sizeof($doctors)>0) @foreach($doctors as $doctor)
@if($doctor['image']) @else @endif
{{$doctor['doctor_name']}}
{{$doctor['specialist']}}
@endforeach @else
No Doctors Found
@endif