@vite('resources/css/app.css')

Pre Onboard

@csrf

PERSONAL DATA

Image Preview
@error('desired_working_area') {{ $message }} @enderror
@error('position_applied') {{ $message }} @enderror

Personal Details

@error('last_name') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('middle_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('present_address') {{ $message }} @enderror
@error('provincial_address') {{ $message }} @enderror
@error('mobile_number') {{ $message }} @enderror
@error('alternative_number') {{ $message }} @enderror
@error('date_of_birth') {{ $message }} @enderror
@error('age') {{ $message }} @enderror
@error('place_of_birth') {{ $message }} @enderror
@error('civil_status') {{ $message }} @enderror
@error('nationality') {{ $message }} @enderror
@error('religion') {{ $message }} @enderror
@error('height') {{ $message }} @enderror
@error('weight') {{ $message }} @enderror
@error('spouse_name') {{ $message }} @enderror
@error('spouse_occupation') {{ $message }} @enderror
@if ($errors->has('mother_maiden_name')) {{ $errors->first('mother_maiden_name') }} @endif
@if ($errors->has('mother_occupation')) {{ $errors->first('mother_occupation') }} @endif
@if ($errors->has('father_name')) {{ $errors->first('father_name') }} @endif
@if ($errors->has('father_occupation')) {{ $errors->first('father_occupation') }} @endif
@if ($errors->has('sss_no')) {{ $errors->first('sss_no') }} @endif
@if ($errors->has('tin_no')) {{ $errors->first('tin_no') }} @endif
@if ($errors->has('pagibig_no')) {{ $errors->first('pagibig_no') }} @endif
@if ($errors->has('dependents')) {{ $errors->first('dependents') }} @endif
@if ($errors->has('philhealth_no')) {{ $errors->first('philhealth_no') }} @endif
@if ($errors->has('blood_type')) {{ $errors->first('blood_type') }} @endif

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_relation') {{ $message }} @enderror
@error('emergency_contact_number') {{ $message }} @enderror
@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_company')) {{ $errors->first('emergency_contact_company') }} @endif
@if ($errors->has('emergency_contact_business_tel')) {{ $errors->first('emergency_contact_business_tel') }} @endif