APPLICATION DETAILS

Job Post: {{$application->job->title}}
Position applying for: {{$application->designation->name}}
Date of application: {{showDate($application->date_of_application)}}

PERSONAL DETAILS

Name {{$application->first_name}}
NRIC / FIN {{$custom_field['nric-fin']}}
Gender {{toWord($application->gender)}}
Email {{$application->email}}
Address {{title_case($application->address_line_1)}}   S({{$application->zipcode}})
Date of Birth {{showDate($application->date_of_birth)}} Age {{getAge($application->date_of_birth)}}
Nationality {{$custom_field['nationality']}} Ethnic Group {{$custom_field['ethnic-group']}}
PLRD Grade {{$custom_field['plrd-grade']}} PLRD Effective Date {{$custom_field['plrd-effective-date']}}
Contact Number (Primary) {{$application->primary_contact_number}} Contact Number (Secondary) {{$application->secondary_contact_number}}
Emergency Contact Name {{$custom_field['emergency-contact-name']}} Emergency Contact Number {{$custom_field['emergency-contact-number']}}
Marital Status {{toWord($custom_field['marital-status'])}} No. of Children {{$custom_field['no-of-child']}}
Bank Account No {{$custom_field['bank-name']}} {{$custom_field['bank-account-number']}}

EDUCATIONAL AND PROFESSIONAL TRAINING

@foreach ($educations as $education) @endforeach
From To Name of School/ Institution Qualification Obtained
{{(!empty($education->from)) ? showDate($education->from) : ' '}} {{(!empty($education->to)) ? showDate($education->to) : ' '}} {{(!empty($education->institution)) ? $education->institution : ' '}} {{(!empty($education->level)) ? \App\EducationLevel::where('id',$education->level)->first()->name : ' '}}

WORKING EXPERIENCE

@foreach ($work_experiences as $experience) @endforeach
From To Company Position
{{(!empty($experience->from)) ? showDate($experience->from) : ' '}} {{(!empty($experience->to)) ? showDate($experience->to) : ' '}} {{(!empty($experience->company)) ? $experience->company : ' '}} {{(!empty($experience->title)) ? $experience->title : ' '}}

Have you suffered, or are suffering from any mental condition or illness ?

@if ($declare_medical[0]->condition == "No") NO / YES (Please specify) @else NO / YES (Please specify) @endif {{$declare_medical[0]->description}}

Have you suffered, or are suffering from any medical condition, illness, disease or physical impairment (e.g. loss of sight, limb, hearing) ?

@if ($declare_medical[1]->condition == "No") NO / YES (Please specify) @else NO / YES (Please specify) @endif {{$declare_medical[1]->description}}

Have you been charged with any offence in a Court of Law in any country (including cases where the outcome is pending, as well as traffic offences) ?

@if ($declare_offence[0]->condition == "No") NO / YES (Please specify) @else NO / YES (Please specify) @endif {{$declare_offence[0]->description}}
{{--

For Official Use Only:

Interviewed by Date
Appearance / Communication
Medical Report for ≥ 60 years old FIT / UNFIT No medical report, issue Medical form YES / NO
Remark (if any)
Follow up
--}}