@extends('web.layouts.main') @section('content')

DR.{{$doctor->name}}

@foreach($experiences as $key=>$row) @if($key != '0') / @endif {{$row->name}} @endforeach
Degrees {{$doctor->details->degree}}
Areas of Expertise @foreach($experiences as $key=>$row) {{$row->name}} @endforeach
Languages @foreach($langs as $key=>$row) @if($key != '0') / @else @endif {{$row->language}} @endforeach
Work Days {{$doctor->details->work_days}}
إحجز موعد الآن

{{$doctor->details->description}}

Experience
@foreach($experiences as $key=>$row)

{{$row->description}}.

@endforeach
Diplomas and Certificates
@foreach($images as $row) @endforeach
@stop