@if(!empty($singleTutor?->profile?->intro_video) && Storage::disk(getStorageDisk())->exists($singleTutor?->profile?->intro_video))
@endif
@if($singleTutor?->profile?->image)
@else
@endif
@foreach ($singleTutor->educations as $singleEducation)
{{ $singleEducation?->course_title }}
@endforeach
@if(isPaidSystem())
-
{{ formatAmount($singleTutor->min_price) }}{{ __('app.hr') }}
@endif
-
{{ number_format($singleTutor->avg_rating, 1) }}/5.0 ({{ $singleTutor->total_reviews == 1 ? __('general.review_count') : __('general.reviews_count', ['count' => $singleTutor->total_reviews] ) }})
-
{{ $singleTutor->active_students }} {{ __('general.active_students') }}
{{ __('general.profile') }}