Educational Background

@if ($errors->has('education_school')) {{ $errors->first('education_school') }} @endif
@if ($errors->has('education_course_level')) {{ $errors->first('education_course_level') }} @endif
@if ($errors->has('education_year')) {{ $errors->first('education_year') }} @endif
@if ($errors->has('relevant_qualifications')) {{ $errors->first('relevant_qualifications') }} @endif

Emergency Contact Information

@error('emergency_contact_name') {{ $message }} @enderror
@error('emergency_contact_relationship') {{ $message }} @enderror
@error('emergency_contact_number') {{ $message }} @enderror
@if ($errors->has('emergency_contact_name')) {{ $errors->first('emergency_contact_name') }} @endif
@if ($errors->has('emergency_contact_number')) {{ $errors->first('emergency_contact_number') }} @endif
@if ($errors->has('emergency_contact_address')) {{ $errors->first('emergency_contact_address') }} @endif
@if ($errors->has('emergency_contact_occupation')) {{ $errors->first('emergency_contact_occupation') }} @endif
@if ($errors->has('emergency_contact_relation')) {{ $errors->first('emergency_contact_relation') }} @endif
@if ($errors->has('emergency_contact_company')) {{ $errors->first('emergency_contact_company') }} @endif
@if ($errors->has('emergency_contact_business_tel')) {{ $errors->first('emergency_contact_business_tel') }} @endif