📝 {{ __('frontend.cv_section_title') }}
@if (!empty($new['profile_picture']))
@endif
{{ __('frontend.work_experience') }}
@if (!empty($new['id_card_images']))
@foreach ($new['id_card_images'] as $index => $file)
@if (Str::endsWith($file->getClientOriginalName(), '.pdf'))
📄
{{ Str::limit($file->getClientOriginalName(), 14) }}
@else
{{ Str::limit($file->getClientOriginalName(), 14) }}
@endif
@endforeach
@endif