Editeaza profilul
User Information
{{ $errors->first('first_name') ?? '' }}
{{ $errors->first('last_name') ?? '' }}
{{ $errors->first('email') ?? '' }}
{{ $errors->first('place_of_activity') ?? '' }}
{{ $errors->first('birthday') ?? '' }}
{{ $errors->first('sex') ?? '' }}
{{ $errors->first('idnp') ?? '' }}
{{ $errors->first('issue_authority') ?? '' }}
{{ $errors->first('issue_date') ?? '' }}
{{ $errors->first('address') ?? '' }}
{{ $errors->first('institution') ?? '' }}
{{ $errors->first('job_position') ?? '' }}
{{ $errors->first('taught_course') ?? '' }}
{{ $errors->first('experience_years') ?? '' }}
{{ $errors->first('teaching_license') ?? '' }}
Contact Information
{{ $errors->first('phone') ?? '' }}
{{ $errors->first('locality') ?? '' }}
Credentials
{{ $errors->first('password') ?? '' }}
{{ $errors->first('password_confirmation') ?? '' }}