@extends('layouts.main-app') @section('title', 'Find a Doctor') @section('content') @include('layouts.navbar', [ 'headerTitle' => 'Find a Doctor', 'headerDescription' => 'Home > Find a Doctor' ])
Doctors / Details

Meet Our Specialists

Back to Search
Find A Doctor

Easily Find the Right Doctor for Your Needs

{{ $doctor->name }}
{{$doctor->profession}}

Dr. {{$doctor->name}}

Details

Name Dr. {{ $doctor->name }}
Clinic Room Number {{ $doctor->room }}
Clinic Hours {{ $doctor->clinic_hours }}
Telephone Number {{ $doctor->telephone }}
Specialization {{ $doctor->specialilization }}
Sub-specialization {{ $doctor->sub_specialilization }}
Language {{ $doctor->language }}
@endsection