ID | User | Step | Is Uk/Irish citizen | TrustId / Share code | New link | Job Applied for | Created at | Action | |
---|---|---|---|---|---|---|---|---|---|
|
{{$candidate->candidate_unique}} | {{$candidate->user->first_name}} {{$candidate->user->last_name}} View compliant progress | {{$candidate->steps}} | @if($candidate->steps >= 9 && $candidate->candidate_finished_regestration_form) @if($candidate->uk_irish_citizen) Yes @else No @endif @endif |
@if($candidate->steps >= 9 && $candidate->candidate_finished_regestration_form)
@if($candidate->uk_irish_citizen)
@if($candidate->TrustIdCheckUp)
@if($candidate->TrustIdCheckUp->workflow_state == "Stop")
@if($candidate->TrustIdCheckUp->pdf)
View PDF
Generate new PDF @else Generate PDF @endif @else {{$candidate->TrustIdCheckUp->status}} @endif @endif @elseif($candidate->share_code && $candidate->share_code->share_code_path) View sharecode @endif @endif |
@if($candidate->steps >= 9 && $candidate->candidate_finished_regestration_form) @if($candidate->uk_irish_citizen) @if($candidate->TrustIdCheckUp) Generate new TrustId link @endif @endif @endif | @foreach ($candidate->job_applied_for as $job) {{$job->title}} @endforeach | {{Carbon\Carbon::parse($candidate->created_at)->format('d.m.Y')}} |
|