Send to interview candidate

@if($candidate && !$candidate->compliant ) This candidate is not compliant. @endif {{-- @if($candidate && !$candidate->vetting_file ) This candidate doesn't have vetting form generated to be sent to the clients. @endif --}}
@if($school_selected)
{{$school_selected->title}}
@else
Select school
@endif
    @foreach ($schools as $school)
  • {{$school->title}}
  • @endforeach
@error('school_selected') {{ $message }} @enderror
@error('job_position') {{ $message }} @enderror
Calendar
@if ($errors->has('interview_date')) {{ $errors->first('interview_date') }} @endif
Calendar
@if ($errors->has('interview_time')) {{ $errors->first('interview_time') }} @endif
@if($clients_selected && count($clients_selected) > 0) @foreach ($clients_selected as $id => $item)
{{$item['name']}}
@endforeach @endif
    @if($clients) @foreach ($clients as $client)
  • {{$client->user->first_name}} {{$client->user->last_name}}
  • @endforeach @endif
Cancel