@if($doctor->image):
@else
@endif
{!! Form::open(['url' => ['/make-appointment'], 'method' =>'post', 'class'=>'form-horizontal', 'enctype'=>"multipart/form-data"]) !!}
{!! Form::close() !!}
{{$doctor->name}}
Profile
Degree: {{$doctor->degree}}
Seciality: {{$doctor->speciality}}
{!! $doctor->details!!}