{{-- Education History --}}
{{ trans('update.education_history') }}

{{ trans('update.education_history_hint') }}

{{ trans('site.add_education') }}
{{-- Items --}} @if(!empty($educations) and !$educations->isEmpty()) @foreach($educations as $education)
{{ $education->value }}
@endforeach @else

{{ trans('auth.education_no_result') }}

{!! trans('auth.education_no_result_hint') !!}

@endif
{{-- About --}}

{{ trans('public.about') }}

@error('bio')
{{ $message }}
@enderror

- {{ trans('panel.bio_hint_1') }}

- {{ trans('panel.bio_hint_2') }}

@error('about')
{{ $message }}
@enderror
{{-- Experiences History --}}
{{ trans('update.experiences_history') }}

{{ trans('update.experiences_history_hint') }}

{{ trans('site.add_experiences') }}
{{-- Items --}} @if(!empty($experiences) and !$experiences->isEmpty()) @foreach($experiences as $experience)
{{ $experience->value }}
@endforeach @else

{{ trans('auth.experience_no_result') }}

{!! trans('auth.experience_no_result_hint') !!}

@endif
{{-- Occupuations --}} @if(!$user->isUser())

{{ trans('public.occupations') }}

- {{ trans('panel.interests_hint_1') }}

- {{ trans('panel.interests_hint_2') }}

@endif {{-- Files & Attachments --}}
{{ trans('update.files_&_attachments') }}

{{ trans('update.files_&_attachments_hint') }}

{{ trans('update.add_a_file') }}
{{-- Items --}} @if(!empty($attachments) and !$attachments->isEmpty()) @foreach($attachments as $attachment)
@switch($attachment->file_type) @case("pdf") @break @case("powerpoint") @break @case("sound") @break @case("video") @break @case("image") @break @case("archive") @break @case("document") @break @case("project") @break @endswitch
{{ $attachment->title }}

{{ truncate($attachment->description, 150) }}

@endforeach @else

{{ trans('update.user_profile_attachment_no_result') }}

{!! trans('update.user_profile_attachment_no_result_hint') !!}

@endif

{{ trans('site.new_education_hint') }}

{{ trans('site.new_education_exam') }}
{{ trans('validation.required',['attribute' => 'value']) }}

{{ trans('site.new_experience_hint') }}

{{ trans('site.new_experience_exam') }}
{{ trans('validation.required',['attribute' => 'value']) }}