{{ trans('quiz.student') }}
{{ $user->getTeacherStudentsCount() ?? '-' }}
{{ trans('update.courses') }}
{{ $coursesCount ?? '-' }}
{{ trans('update.articles') }}
{{ $user->reviewsCount() ?? '-' }}
{{ trans('panel.meetings') }}
{{ $appointments ?? '-' }}
@if(!empty($user->about))
{{ trans('update.about_me') }}
{!! nl2br($user->about) !!}
@endif
@if(!empty($user->profile_video))
@push('styles_top')
@endpush
@push('scripts_bottom')
@endpush
@endif
@if(!empty($educations) and !$educations->isEmpty())
{{ trans('site.education') }}
@foreach($educations as $education)
@endforeach
@endif
@if(!empty($experiences) and !$experiences->isEmpty())
{{ trans('site.experiences') }}
@foreach($experiences as $experience)
@endforeach
@endif
@if(!empty($occupations) and !$occupations->isEmpty())
{{ trans('update.skills_&_interests') }}
@foreach($occupations as $occupation)
{{ $occupation->category->title }}
@endforeach
@endif