{{ $educator->name }}

{{ $educator->name }}

{{ $educator->profile->specialization ?? __('educator::home.sidebar.university_professor') }}

@foreach(range(1,5) as $i) @endforeach
({{ number_format((float) $educator->rating, 1) }}) ยท {{ $reviewCount }} @lang('educator::home.sidebar.reviews')
{{ $educator->profile->city_id ?? 'Riyadh, Saudi Arabia' }}
@lang('educator::home.sidebar.status_available')
@lang('educator::home.sidebar.experience_years', ['years' => $educator->profile->experience_years ?? 15])
@lang('educator::home.sidebar.update_profile') @lang('educator::home.sidebar.view_public_profile')