@extends('front.layouts.master') @section('content')

Doctor Details

{{ $doctor->name }}

{{ $doctor->name ?? '' }}

@if ($doctor->id == 1) (Director of Laparoscopy, Bariatric, Robotic and G.I surgery in Fortis Hospital, Jalandhar) @endif

{{ $doctor->designations ?? '' }}

@foreach($services as $ser) {{ $ser ?? '' }} @endforeach
{!! $doctor->experience ?? '' !!}
@if(isset($doctor->opd_days) && $doctor->opd_days !='') Book Appointment @endif

About

{!! $doctor->description ?? '' !!}

Emergency / Enquiry

0181 5020610

Personal Info

  • Email
    {{ $doctor->email ?? ''}}
  • {{--
  • Gender
    {{ $doctor->gender ?? ''}}
  • --}}
@endsection @section('frontend_bottom_script') @if(!empty($doctor->schema_json)) @endif @endsection