35min to complete
Logo LTF

Short list for {{$short_list->job->title}}

Name:
{{-- {{$candidate->user->first_name}} {{$candidate->user->last_name}} --}}
@foreach ($candidates as $candidate)
{{$candidate->user->first_name}} {{$candidate->user->last_name}}
@endforeach

Thank you for choosing to work with LTF Recruitment

{{$short_list->consultant->first_name}} {{$short_list->consultant->last_name}}

@if(Auth::user()) @else
@if($client && $client->school_employee) @if($client->school_employee->send_registration_email && $client->password) Go to dashboard @elseif($client->school_employee->send_registration_email && !$client->password) Complete profile @elseif(!$client->school_employee->send_registration_email && !$client->password) Contact ltf @endif @endif
@endif
@push('modals') @livewire('dashboard.school.popups.non-register-clients-contact-ltf-modal') @endpush