35min to complete
Logo LTF

LTF Recruitment | Vetting | {{$candidate->user->first_name}}

Name:
{{$candidate->user->first_name}} {{$candidate->user->last_name}}
@if($photographic_proof = $candidate->documents->firstWhere('slug', 'photographic_proof')) @if($photographic_proof && $photographic_proof->consoltunt_seen_docs && $photographic_proof->consoltunt_approved_the_docs)
{{$photographic_proof->document_title}}
{{$photographic_proof->document_value}}
@if($photographic_proof->path) @endif
@endif @endif
@if($dbs_certificate = $candidate->documents->firstWhere('slug', 'dbs_certificate')) @if($dbs_certificate && $dbs_certificate->consoltunt_seen_docs && $dbs_certificate->consoltunt_approved_the_docs)
{{$dbs_certificate->document_title}}
{{$dbs_certificate->document_value}}
@if($dbs_certificate->path) @endif
Issue date
{{Carbon\Carbon::parse($dbs_certificate->docs_expiration_date)->toFormattedDateString()}}
@if($dbs_certificate->path) @endif
@endif @endif
Registration Date:
{{Carbon\Carbon::parse($candidate->date_finished_regestration_form)->toFormattedDateString()}}
{{--

--}} @if($candidate->vetting_form_info_answers) @foreach ($candidate->vetting_form_info_answers as $vetting_answer) @if($vetting_answer->checked_by_consultant)
{{$vetting_answer->title}}
@if($vetting_answer->answer == 1) Yes, {{Carbon\Carbon::parse($vetting_answer->date_checked)->toFormattedDateString()}} @else No, {{Carbon\Carbon::parse($vetting_answer->date_checked)->toFormattedDateString()}} @endif
@if($vetting_answer->link && $vetting_answer->link == 'right_to_work') @if($candidate->uk_irish_citizen && $candidate->TrustIdCheckUp && $candidate->TrustIdCheckUp->pdf) {{-- trustid checkup --}} @elseif($candidate->share_code) @endif @elseif($vetting_answer->link && $vetting_answer->link == 'dbs' && $dbs_certificate && $dbs_certificate->path) @endif
@endif @endforeach @endif @if($candidate->share_code && $candidate->share_code->consoltunt_seen_share_code && $candidate->share_code->consoltunt_approved_share_code)
Right to work in the UK / Share code
Yes, {{Carbon\Carbon::parse($candidate->share_code->approved_share_code_date)->toFormattedDateString()}}
@if($candidate->share_code->share_code_path) @endif
@if($candidate->share_code->police_check_path && $candidate->share_code->consoltunt_seen_police_check && $candidate->share_code->consoltunt_approved_police_check)
Overseas Criminal Police Check
Yes, {{-- {{Carbon\Carbon::parse($candidate->share_code->approved_share_code_date)->toFormattedDateString()}} --}}
@if($candidate->share_code->police_check_path) @endif
@endif @elseif($candidate->TrustIdCheckUp && $candidate->TrustIdCheckUp->consoltunt_seen_docs && $candidate->TrustIdCheckUp->consoltunt_approved_the_docs)
Right to work in the UK / TrustId check up
Yes, {{Carbon\Carbon::parse($candidate->TrustIdCheckUp->approved_date)->toFormattedDateString()}}
@if($candidate->TrustIdCheckUp->pdf) @endif
@endif @if($candidate->level_qualification && $candidate->level_qualification_approved_by_consultant)
Qualifications:
{{$candidate->level_qualification}} {{Carbon\Carbon::parse($candidate->date_finished_regestration_form)->toFormattedDateString()}}
@endif {{-- @if($address_1 = $candidate->documents->firstWhere('slug', 'address_1')) @if($address_1->consoltunt_seen_docs && $address_1->consoltunt_approved_the_docs)
Address 1:
Yes, {{Carbon\Carbon::parse($address_1->verified_date)->toFormattedDateString()}}
@if($address_1->path) @endif
@endif @endif @if($address_2 = $candidate->documents->firstWhere('slug', 'address_2')) @if($address_2->consoltunt_seen_docs && $address_2->consoltunt_approved_the_docs)
Address 2:
Yes, {{Carbon\Carbon::parse($address_2->verified_date)->toFormattedDateString()}}
@if($address_2->path) @endif
@endif @endif --}} @if($reference && count($reference) > 0)
{{count($reference)}} X References
Yes, {{Carbon\Carbon::parse($reference->first()->references_approved_date)->toFormattedDateString()}}
@endif

Thank you for choosing to work with LTF Recruitment

{{$candidate->main_consultant->first_name}} {{$candidate->main_consultant->last_name}}

@if(Auth::user() && Auth::user()->hasRole(['consultant', 'super-admin'])) View candidate profile @elseif(Auth::user() && Auth::user()->hasRole(['client'])) View candidate profile @elseif($client_exist) @if($client_exist->password) View candidate profile @elseif($client_exist->school_employee->sign_up_code) Complete profile @endif @endif