@extends('frontend.layouts.master') @section('title', isset($doctorMetaTitle) ? $doctorMetaTitle->metaTitle : 'title') @section('metaTitle', isset($doctorMetaTitle) ? $doctorMetaTitle->metaTitle : 'title') @section('metaDescription', isset($doctorMetaTitle) ? $doctorMetaTitle->metaDescription : 'title') @section('content')
About {{ $doctor->doctorfname }} {{ $doctor->doctorlname }}

{{ substr($doctor->bio, 0, 205) }}

@if (strlen($doctor->bio) > 205)

{{ substr($doctor->bio, 205) }}

@endif
  • Speciality

    {{ $doctor->specialty }}

  • Location

    Behind Huda Market, Sector 46 Gurgaon Haryana   Get Direction

Our Doctors
@foreach ($doctors as $doctor)
{{ $doctor->doctorfname }} {{ $doctor->doctorlname }}
@endforeach
@endsection