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

فريق العمل

@foreach($doctors as $row)
@if(!is_null($row->details->facebook)) @endif @if(!is_null($row->details->instagram)) @endif @if(!is_null($row->details->whatsapp)) @endif @if(!is_null($row->details->twitter)) @endif
{{$row->name}}

{{$row->details->specialty->name}}

@endforeach
@stop