@if ($employee->status == '3')
Employee Details | |||
---|---|---|---|
User ID | {{ $employee->user_id }} | First Name | {{ $employee->first_name }} |
Middle Name | {{ $employee->middle_name }} | Last Name | {{ $employee->last_name }} |
Position Applied | {{ $employee->position_applied }} | Desired Working Area | {{ $employee->desired_working_area }} |
Present Address | {{ $employee->present_address }} | Provincial Address | {{ $employee->provincial_address }} |
Mobile Number | {{ $employee->mobile_number }} | Alternative Number | {{ $employee->alternative_number }} |
Date of Birth | {{ $employee->date_of_birth }} | Age | {{ $employee->age }} |
Place of Birth | {{ $employee->place_of_birth }} | Civil Status | {{ $employee->civil_status }} |
Nationality | {{ $employee->nationality }} | Religion | {{ $employee->religion }} |
Height | {{ $employee->height }} | Weight | {{ $employee->weight }} |
Spouse Name | {{ $employee->spouse_name }} | Spouse Occupation | {{ $employee->spouse_occupation }} |
Mother's Maiden Name | {{ $employee->mother_maiden_name }} | Mother's Occupation | {{ $employee->mother_occupation }} |
Father's Name | {{ $employee->father_name }} | Father's Occupation | {{ $employee->father_occupation }} |
SSS No | {{ $employee->sss_no }} | TIN No | {{ $employee->tin_no }} |
Pag-IBIG No | {{ $employee->pagibig_no }} | Dependents | {{ $employee->dependents }} |
PhilHealth No | {{ $employee->philhealth_no }} | Blood Type | {{ $employee->blood_type }} |
Education School | {{ $employee->education_school }} | Education Course Level | {{ $employee->education_course_level }} |
Education Year | {{ $employee->education_year }} | Relevant Qualifications | {{ $employee->relevant_qualifications }} |
Company Name | {{ $employee->company_name }} | Employment Start | {{ $employee->employment_start }} |
Employment End | {{ $employee->employment_end }} | Position | {{ $employee->position }} |
Salary | {{ $employee->salary }} | Emergency Contact Name | {{ $employee->emergency_contact_name }} |
Emergency Contact Number | {{ $employee->emergency_contact_number }} | Emergency Contact Address | {{ $employee->emergency_contact_address }} |
Emergency Contact Occupation | {{ $employee->emergency_contact_occupation }} | Emergency Contact Relation | {{ $employee->emergency_contact_relation }} |
Emergency Contact Company | {{ $employee->emergency_contact_company }} | Emergency Contact Business Tel | {{ $employee->emergency_contact_business_tel }} |
Status | @if ($employee->status == 3) Pre-Employement @elseif ($employee->status == 1) Employed @endif |