New Doctor Has registered on the site his data is:
Name AR: {{ $therapist->name_a }}
Name En: {{ $therapist->name_e }}
Gender: {{ $therapist->gender }}
@if($therapist->country)Country: {{ $therapist->country->title_ar }}
@endiflicense no: {{ $therapist->license_no }}
years: {{ $therapist->years }}
birth: {{ $therapist->birth }}
@if($therapist->languages)language: @foreach($therapist->languages as $language){{ $language->title_en }}@endforeach
@endif @if($therapist->specialties)speciality: @foreach($therapist->specialties as $specialty){{ $specialty->title_en }}@endforeach
@endif @if($therapist->picture)Picture: Download
@endif @if($therapist->resume)resume: Download
@endif @if($therapist->licence)Licences: Download
@endif @if($therapist->zip_certificates)Certificates: Download
@endif