@extends('frontend.layouts.app2') @section('title') @endsection @section('seo')
First Name: {{ $application->first_name }}
Last Name: {{ $application->last_name }}
Middle Name: {{ $application->middle_name }}
Suffix: {{ $application->suffix }}
Sex: {{ $application->sex }}
Religion: {{ $application->religion }}
Birth Date: {{ $application->birth_date }}
Birth Place: {{ $application->birth_place }}
Email: {{ $application->email }}
Phone Number: {{ $application->phone_no }}
Home Address: {{ $application->home_address }}
City: {{ $application->city }}
Province: {{ $application->province }}
Region: {{ $application->region }}
Education: {{ $application->education }}
Degree: {{ $application->degree }}
Tesda: {{ $application->tesda }}
Employment Status: {{ $application->employment_status }}
What's the most difficult situation in your life and how did you overcome it?
Ano ang pinakamahirap na sitwasyon sa iyong buhay at paano mo ito nalampasan?:
Answer: {{ $application->question_1 }}
Why should we choose you amongst other candidates?
Bakit ka namin pipiliin sa iba pang mga kandidato?:
Answer: {{ $application->question_2}}
Are you willing to commute and/or relocate in the assigned area?
Handa ka bang mag-commute at/o lumipat sa nakatalagang lugar?:
Answer: {{ $application->question_3}}
Company Name: {{ $applications->company_name }}
Job Title: {{ $applications->job_title }}
Start Date: {{ $applications->start_date }}
End Date: {{ $applications->end_date }}