@php use App\Helpers\FormHelper; @endphp
{{ $errors->first('user_photo') ?? '' }}
{{ $errors->first('first_name') ?? '' }}
{{ $errors->first('last_name') ?? '' }}
{{ $errors->first('patronymic') ?? '' }}
{{ $errors->first('idnp') ?? '' }}
{{ $errors->first('issue_authority') ?? '' }}
{{ $errors->first('issue_date') ?? '' }}
{{ $errors->first('address') ?? '' }}
{{ $errors->first('password') ?? '' }}
{{ $errors->first('email') ?? '' }}
{{ $errors->first('birthday') ?? '' }}
{{ $errors->first('phone') ?? '' }}
{{ $errors->first('sex') ?? '' }}
{{ $errors->first('institution') ?? '' }}
{{ $errors->first('locality') ?? '' }}
{{ $errors->first('job_position') ?? '' }}
{{ $errors->first('taught_course') ?? '' }}
{{ $errors->first('experience_years') ?? '' }}
@if(!Request::is('*/trainers/*'))
{{ $errors->first('teaching_license') ?? '' }}
@endif
@if(!Request::is('*/trainers/*'))
{{ $errors->first('trainer_experience') ?? '' }}
{{ $errors->first('digital_skills_level') ?? '' }}
@endif