@extends('layouts.main-app')
@section('title', 'Find a Doctor')
@section('content')
@include('layouts.navbar', [
'headerTitle' => 'Find a Doctor',
'headerDescription' => 'Home > Find a Doctor'
])
Doctors
Meet Our Specialists
← Back
Find A Doctor
Easily Find the Right Doctor for Your Needs
{{$doctor->profession}}
{{$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 }}
@endsection