@endif
@if((!empty($educations) and !$educations->isEmpty()) or (!empty($experiences) and !$experiences->isEmpty()) or (!empty($occupations) and !$occupations->isEmpty()) or !empty($user->about))
@if(!empty($educations) and !$educations->isEmpty())
{{ trans('site.education') }}
@foreach($educations as $education)
{{ $education->value }}
@endforeach
@endif
@if(!empty($experiences) and !$experiences->isEmpty())
{{ trans('site.experiences') }}
@foreach($experiences as $experience)
{{ $experience->value }}
@endforeach
@endif
@if(!empty($user->about))
{{ trans('site.about') }}
{!! nl2br($user->about) !!}
@endif
@if(!empty($occupations) and !$occupations->isEmpty())