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}} |
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)}} |
Contact Number (Primary) |
{{$application->primary_contact_number}} |
Contact Number (Secondary) |
{{$application->secondary_contact_number}} |
@foreach ($custom_field as $title => $value)
@if ($count % 2 == 0)
{{ $title }} |
{{ $value }} |
@else
{{ $title }} |
{{ $value }} |
@endif
@endforeach
EDUCATIONAL AND PROFESSIONAL TRAINING
From |
To |
Name of School/ Institution |
Qualification Obtained |
@foreach ($educations as $education)
{!!(!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 : ' '!!} |
@endforeach
WORKING EXPERIENCE
From |
To |
Company |
Position |
@foreach ($work_experiences as $experience)
{!!(!empty($experience->from)) ? showDate($experience->from) : ' '!!} |
{!!(!empty($experience->to)) ? showDate($experience->to) : ' '!!} |
{!!(!empty($experience->company)) ? $experience->company : ' '!!} |
{!!(!empty($experience->title)) ? $experience->title : ' '!!} |
@endforeach
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}} |
|
@if (env('COMPANY_ID') == 79)
Terms & Conditions
I am currently NOT working as a civil servant. I shall immediately declare to the Company if I am working as a civil servant. Failing to do so, I shall be accountable for any sort of outcome thereafter.
I authorize the Company to make reference to all my past employers on my job performance / experience.
I further give consent to the Company for my personal data to be used for work purposes. E.g. sending my resume to clients, submitting my particulars to PLRD or to release my information to government departments (CPF, MOM, etc..) whenever requested.
I confirm that all the above facts in this application form are true and accurate to the best of my knowledge. I have not deliberately omitted any relevant fact. I understand that should any of the above information turn out to be false or inaccurate, I will be subjected to appropriate action.
@endif