Place 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
@if($payment_selected)
{{$payment_selected->title}}
@else
Select Payment type
@endif
    @foreach ($payment_types as $type)
  • {{$type->title}}
  • @endforeach
@error('contract_type_selected') {{ $message }} @enderror
@if($contract_type_selected)
{{$contract_type_selected->title}}
@else
Select Contract type
@endif
    @foreach ($contract_types as $type)
  • {{$type->title}}
  • @endforeach
@error('contract_type_selected') {{ $message }} @enderror
@if ($errors->has('pay_rate')) {{ $errors->first('pay_rate') }} @endif
@if ($errors->has('charge_rate')) {{ $errors->first('charge_rate') }} @endif
Calendar
@if ($errors->has('start_date')) {{ $errors->first('start_date') }} @endif
Calendar
@if ($errors->has('end_date')) {{ $errors->first('end_date') }} @endif
@if($clients_selected && count($clients_selected) > 0) @foreach ($clients_selected as $id => $item)
{{$item['name']}}
@endforeach @else Select clients @endif
    @if($clients) @foreach ($clients as $client)
  • {{$client->user->first_name}} {{$client->user->last_name}}
  • @endforeach @else {{--
  • No clients / Select school
  • --}} @endif
Cancel