@include('layouts.talentHeader')
Preliminary Interview
@if(count($currentUserJobs)) @foreach($currentUserJobs as $job) @endforeach @endif
Title Job Code Posted By Posted On Applicants
{{$job->job_title}} {{$job->job_code}} {{$job->user->name}} {{$job->job_requisition_date}} @if(count($job['job_application']) > 0 || count($job['hhsharedcandidates']) > 0 || count($job['clientCandidate']) > 0) Applicants({{count($job['job_application']) + count($job['hhsharedcandidates']) + count($job['clientCandidate'])}}) @else Applicants(0) @endif
@csrf
@include('layouts.footer')