Job Application

@if($view_mode == 'download') @else @endif
Candidate Information
Your Title {{ $job_application_data->title ?? 'N/A' }}
Email Address {{ $job_application_data->email ?? 'N/A' }}
Date of Birth {{ isset($job_application_data->dob) && $job_application_data->dob != '0000-00-00' ? date(config('choicescrm.date_format_forms'), strtotime($job_application_data->dob)) : 'N/A' }}
Post Code {{ $job_application_data->post_code ?? 'N/A' }}
Do you have a valid current DBS? {{ isset($job_application_data->current_dbs) ? ($job_application_data->current_dbs == 1 ? 'Yes' : 'No') : 'N/A' }}
Does your DBS cover working with children? {{ isset($job_application_data->work_with_children) ? ($job_application_data->work_with_children == 1 ? 'Yes' : 'No') : 'N/A' }}
Enter your current address {{ $job_application_data->address ?? 'N/A' }}
Home Phone Number {{ $job_application_data->phone ?? 'N/A' }}
Mobile Phone Number {{ $candidate->tel_number ?? 'N/A' }}
Do you hold a full UK driver license? {{ isset($job_application_data->driver_licence) ? ($job_application_data->driver_licence == 1 ? 'Yes' : 'No') : 'N/A' }}
National Insurance Number {{ $job_application_data->national_insurance_number ?? 'N/A' }}
Are you related to anyone who currently works at {{ $comp_name ?? '' }}? {{ isset($job_application_data->any_member_exist) ? ($job_application_data->any_member_exist == 1 ? 'Yes' : 'No') : 'N/A' }}
Have you ever been disqualified from working with children? {{ isset($job_application_data->disqualified) ? ($job_application_data->disqualified == 1 ? 'Yes' : 'No') : 'N/A' }}
Have you ever been subject to any safeguarding concernsor enquiries in ANY roles previous to applying for this post? {{ isset($job_application_data->safeguarding_concerns) ? ($job_application_data->safeguarding_concerns == 1 ? 'Yes' : 'No') : 'N/A' }}
Are you the parent of/or associated with any child who is on the at risk register? {{ isset($job_application_data->risk_register) ? ($job_application_data->risk_register == 1 ? 'Yes' : 'No') : 'N/A' }}
Have you ever been or are you currently going through any investigation or disciplinary action? {{ isset($job_application_data->disciplinary_actions) ? ($job_application_data->disciplinary_actions == 1 ? 'Yes' : 'No') : 'N/A' }}
Name of current/ most recent Employer? {{ $job_application_data->current_employer ?? 'N/A' }}
Job title? {{ $job_application_data->job_title ?? 'N/A' }}
Why are you leaving your current/most recent role? {{ $job_application_data->reason_for_leave ?? 'N/A' }}
Are you applying to be on our Bank team or Core team? {{ $job_application_data->applied_team ?? 'N/A' }}
Do you understand this role is shift work and will include day shift and sleeping shifts? {{ isset($job_application_data->shift_work) ? ($job_application_data->shift_work == 1 ? 'Yes' : 'No') : 'N/A' }}
Do you require reasonable adjustments in the workplace? {{ isset($job_application_data->disadvantage) ? ($job_application_data->disadvantage == 1 ? 'Yes' : 'No') : 'N/A' }}
Are you facing any criminal prosecutions? {{ isset($job_application_data->criminal_prosecution) ? ($job_application_data->criminal_prosecution == 1 ? 'Yes' : 'No') : 'N/A' }}
Do you have any convictions,cautions,repridmands or final warning that are not 'protected' as defined by the Rehabiliation of Offenders Act 1974 (Exceptions) Order 1975 (as amended in 2013)? {{ isset($job_application_data->criminal_history_disclosure) ? ($job_application_data->criminal_history_disclosure == 1 ? 'Yes' : 'No') : 'N/A' }}
Uploaded CV Click here
Type your full name {{ $job_application_data->title ?? 'N/A' }}
Signature
Uploaded CV {{ url('crm/candidates/'.$job_application_data->company_id.'/'.$job_application_data->attach_cv) }}
Type your full name {{ $job_application_data->title ?? 'N/A' }}
Signature {{ url($job_application_data->signature) }}