@if(Auth::check())
@endif
@if(Auth::check() && empty($hideVersionHistory))
@include('recruitment.partials.job-application-version-timeline')
@endif
@if(Auth::check() && !empty($hideVersionHistory) && !empty($selectedJobApplicationVersion) && $selectedJobApplicationVersion->version_number > 1)
@endif
--}}
@if(isset($jobApplication['driver_licence']))
@else
@endif
@if(isset($jobApplication['any_member_exist']))
@else
@endif
@if(isset($jobApplication['disqualified']))
@else
@endif
@if(isset($jobApplication['safeguarding_concerns']))
@else
@endif
@if(isset($jobApplication['risk_register']))
@else
@endif
@if(isset($jobApplication['disciplinary_actions']))
@else
@endif
@if(isset($jobApplication['shift_work']))
@else
@endif
@if(isset($jobApplication['disadvantage']))
@else
@endif
@if(isset($jobApplication['criminal_prosecution']))
@else
@endif
@if(isset($jobApplication['criminal_history_disclosure']))
@else
@endif
{{-- @if(isset($jobApplication['attach_cv']) && !empty($jobApplication['attach_cv'])) --}}
@if(isset($data['attach_cv']))
@php
$allowed = array('doc', 'docx');
$ext = pathinfo($data['attach_cv'], PATHINFO_EXTENSION);
@endphp
@if (in_array($ext, $allowed))
{{ 'http://view.officeapps.live.com/op/view.aspx?src=' . urlencode(url('crm/candidates/'. $data['company_id'] .'/'.$data['attach_cv'])) }}
@else
{{ url('crm/candidates/'. $data['company_id'] .'/'.$data['attach_cv']) }}
@endif
@else
@endif
Declaration
I confirm that the information provided in this application form is true and complete, and that I am legally entitled to work in the UK. I understand that any false statements or misrepresentations may be grounds for disciplinary action and/or termination of employment.
I acknowledge that any offer of employment is subject to satisfactory references and a DBS check. I authorise {{$comp_name}} to obtain references to support this application once an offer has been made and accepted.
I understand that any information provided in relation to my application will be held in accordance with the Data Protection Act 1998, and I give my consent for my personal information to be retained and used to process my application for employment
@if(Auth::check() && !empty($jobApplicationReadonly) && empty($hideVersionHistory))
{{ $lockedVersionMessage ?? 'This version is locked.' }}
@endif
@if(!empty($jobApplication['signature']))
Clear
@else
Clear
@endif