@extends('layouts.site') @section('headScript') @endsection @section('content')
@if ($errors->any())
@endif @if (session('status')) @endif
@if(!empty($data->picture)) @else @endif

{{ config('app.locale') == "ar" ? $data->name_a : $data->name_e }}

{{$data->main_specialty}}


{{trans('home.myAccount')}}

@if (session()->has('error'))
{!! session()->get('error') !!}
@endif @if (session()->has('success'))
{!! session()->get('success') !!}
@endif
{{trans('home.basic-info')}}
{{trans('home.personal-info')}}
{{trans('home.name-arabic')}} *
{{trans('home.name-english')}} *
{{trans('home.Main Focus')}}
@php $ids=\App\TherapistsMainFocus::where('therapist_id',$data->id)->pluck('main_focus_id')->toArray(); @endphp
{{trans('home.summery-arabic')}}
{{trans('home.summery-english')}}
{{trans('home.more-information-arabic')}}
{{trans('home.more-information-english')}}
{{trans('home.gender')}}
{{trans('home.licence-number')}}
{{trans('home.licence-organization')}}
{{trans('home.language')}}
@if(!empty($data->language)) @else @endif
{{trans('home.Specialization')}} *
{{trans('home.email')}} *
{{trans('home.Country')}}
{{trans('home.price30')}}
{{trans('home.price60')}}
{{trans('home.thirty_price_dollar')}}
{{trans('home.sixty_price_dollar')}}
{{trans('home.certificates-arabic')}}
{{trans('home.certificates-english')}}
{{trans('home.experience-arabic')}}
{{trans('home.experience-english')}}
{{trans('home.position-arabic')}}
{{trans('home.position-english')}}
{{trans('home.profile-image')}}
{{trans('home.resume')}}
{{trans('home.licence')}}
{{trans('home.certificates')}}
@endsection @section('scriptSection') @endsection