Check Eligibility Requirement

@if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')

Academic Education



@if($errors->has('education_country'))
{{$errors->first("education_country")}}
@endif
@if($errors->has('years_attended'))
{{$errors->first("years_attended")}}
@endif
@if ($errors->has('upload_files_academic'))
{{ $errors->first('upload_files_academic') }}
@endif

Professional Education

@if($errors->has('provider_name'))
{{$errors->first("provider_name")}}
@endif
@if($errors->has('course_title'))
{{$errors->first("course_title")}}
@endif
@if($errors->has('qualifying_hours'))
{{$errors->first("qualifying_hours")}}
@endif

Work Experience

@if($errors->has('organization'))
{{$errors->first("organization")}}
@endif
@if($errors->has('job_title'))
{{$errors->first("job_title")}}
@endif
@if($errors->has('functional_area'))
{{$errors->first("functional_area")}}
@endif
@if($errors->has('organization_focus'))
{{$errors->first("organization_focus")}}
@endif