@extends('front.layouts.master') @section('content')
{{ $academic->title }}
{!! $academic->description !!}
@if(isset($doctors) && count($doctors) > 0)
OUR CONSULTANT

We have highly qualified and experienced consultant doctors in our team. Click on the picture of the consultant doctor, you want to book an appointment with.

@foreach($doctors as $doctor) @endforeach
@endif @endsection