@vite('resources/css/app.css')
Pre Onboard
@csrf
PERSONAL DATA
Attach Image:
Desired Working Area:
Select Working Area
@foreach ($workingAreas as $area)
id ? 'selected' : '' }}> {{ $area->department->client->company->address }}
@endforeach
@error('desired_working_area')
{{ $message }}
@enderror
Position Applied For:
Select Position
@foreach ($requisition as $item)
id ? 'selected' : '' }}> {{ $item->designation }}
@endforeach
@error('position_applied')
{{ $message }}
@enderror
Personal Details
Last Name:
@error('last_name')
{{ $message }}
@enderror
First Name:
@error('first_name')
{{ $message }}
@enderror
Middle Name (optional):
@error('middle_name')
{{ $message }}
@enderror
Email:
@error('email')
{{ $message }}
@enderror
Present Address:
@error('present_address')
{{ $message }}
@enderror
Provincial Address:
@error('provincial_address')
{{ $message }}
@enderror
Mobile No:
@error('mobile_number')
{{ $message }}
@enderror
Alternative Number:
@error('alternative_number')
{{ $message }}
@enderror
Date of Birth:
@error('date_of_birth')
{{ $message }}
@enderror
Age:
@error('age')
{{ $message }}
@enderror
Place of Birth:
@error('place_of_birth')
{{ $message }}
@enderror
Civil Status:
Single
Married
Head of the Family
Widow/er
@error('civil_status')
{{ $message }}
@enderror
Nationality:
@error('nationality')
{{ $message }}
@enderror
Religion:
@error('religion')
{{ $message }}
@enderror
Height:
@error('height')
{{ $message }}
@enderror
Weight:
@error('weight')
{{ $message }}
@enderror
Name of Spouse (if married):
@error('spouse_name')
{{ $message }}
@enderror
Occupation:
@error('spouse_occupation')
{{ $message }}
@enderror
Mother's Maiden Name
@if ($errors->has('mother_maiden_name'))
{{ $errors->first('mother_maiden_name') }}
@endif
Mother's Occupation
@if ($errors->has('mother_occupation'))
{{ $errors->first('mother_occupation') }}
@endif
Father's Name
@if ($errors->has('father_name'))
{{ $errors->first('father_name') }}
@endif
Father's Occupation
@if ($errors->has('father_occupation'))
{{ $errors->first('father_occupation') }}
@endif
SSS No.
@if ($errors->has('sss_no'))
{{ $errors->first('sss_no') }}
@endif
TIN No.
@if ($errors->has('tin_no'))
{{ $errors->first('tin_no') }}
@endif
Pag-IBIG No.
@if ($errors->has('pagibig_no'))
{{ $errors->first('pagibig_no') }}
@endif
Dependents
@if ($errors->has('dependents'))
{{ $errors->first('dependents') }}
@endif
PhilHealth No.
@if ($errors->has('philhealth_no'))
{{ $errors->first('philhealth_no') }}
@endif
Blood Type
@if ($errors->has('blood_type'))
{{ $errors->first('blood_type') }}
@endif
Educational Background
School
@if ($errors->has('education_school'))
{{ $errors->first('education_school') }}
@endif
Course Level
@if ($errors->has('education_course_level'))
{{ $errors->first('education_course_level') }}
@endif
Year of Graduation
@if ($errors->has('education_year'))
{{ $errors->first('education_year') }}
@endif
Relevant Qualifications
@if ($errors->has('relevant_qualifications'))
{{ $errors->first('relevant_qualifications') }}
@endif
Emergency Contact Information
Name:
@error('emergency_contact_name')
{{ $message }}
@enderror
Relationship:
@error('emergency_contact_relation')
{{ $message }}
@enderror
Contact Number:
@error('emergency_contact_number')
{{ $message }}
@enderror
Emergency Contact Address
@if ($errors->has('emergency_contact_address'))
{{ $errors->first('emergency_contact_address') }}
@endif
Emergency Contact Occupation
@if ($errors->has('emergency_contact_occupation'))
{{ $errors->first('emergency_contact_occupation') }}
@endif
Emergency Contact Company
@if ($errors->has('emergency_contact_company'))
{{ $errors->first('emergency_contact_company') }}
@endif
Emergency Contact Business Tel
@if ($errors->has('emergency_contact_business_tel'))
{{ $errors->first('emergency_contact_business_tel') }}
@endif
Submit