Experience

Roadmap goals are not personalized

{{ $progress }}%
@if($career == '')
@csrf

Tell us about your work and education experience.


Country of Residence
@error('country') {{ $message }} @enderror
What is the highest level of education you have completed?
@error('education_level') {{ $message }} @enderror
How many years of full-time work experience do you have?
@error('work_experience') {{ $message }} @enderror
How many years experience do you have in project management?
@error('years_experience') {{ $message }} @enderror
@else
@csrf @method('PUT')

Tell us about your work and education experience.


Country of Residence
@error('country') {{ $message }} @enderror
What is the highest level of education you have completed?
@error('education_level') {{ $message }} @enderror
How many years of full-time work experience do you have?
@error('work_experience') {{ $message }} @enderror
How many years experience do you have in project management?
@error('years_experience') {{ $message }} @enderror
@endif