New Doctor Has registered on the site his data is:
Name: {{ $user->name }}
Email: {{ $user->email }}
Mobile: {{ $therapist->mobile }}
@if(count($therapist->languages))language: @foreach($therapist->languages as $language){{ $language->title_en }}@endforeach
@endif @if(count($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