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

@if(!empty($experiences) and !$experiences->isEmpty()) @foreach($experiences as $experience)
{{ $experience->value }}
@endforeach @else @include(getTemplate() . '.includes.no-result',[ 'file_name' => 'exp.png', 'title' => trans('auth.experience_no_result'), 'hint' => trans('auth.experience_no_result_hint'), ]) @endif

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

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

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