Progress Timeline for : {{$timeLine->job_title}}
@if($timeLine->job_start_date) Requisition Date : {{date("M j, Y", strtotime($timeLine->job_start_date))}}, @endif @if($timeLine->job_end_date) Estimated Close Date : {{date("M j, Y", strtotime($timeLine->job_end_date))}}, @endif Hiring Manager : {{$timeLine->user->name}}
Job Approval Date
{{date("M j, Y", strtotime($timeLine->job_approval_date))}}Freelancers
Recruiters
@foreach($timeLine->employeeJob as $rec)
@endforeach
Freelancer Candidates
@foreach($timeLine->hhsharedcandidates as $candidate)
@php($cmtCount = (new \App\Http\Controllers\JobController())->countCandComment($timeLine->id, $candidate->hh_candidates->id))
@endforeach
Direct Applicants
@foreach($timeLine->job_application as $applicant)
@php($cmtCount = (new \App\Http\Controllers\JobController())->countCandComment($timeLine->id, $applicant->id))
@endforeach
Agency Candidates
@foreach($timeLine->clientCandidate as $empCand)
@if($empCand->empCandidate)
@php($cmtCount = (new \App\Http\Controllers\JobController())->countCandComment($timeLine->id, $empCand->empCandidate->id))
@endif
@endforeach
Potential Candidates
@foreach($timeLine->potentialCandidate as $applicant)
@php($cmtCount = (new \App\Http\Controllers\JobController())->countCandComment($timeLine->id, $applicant->id))
@endforeach
Questionnaire Invitation
{{-- @php($answers = (new \App\Http\Controllers\QuestionnaireController())->getAnswersForTimeline($invitation->id)) --}}
@foreach($timeLine->questionnaireHasInvitations as $invitation)
@endforeach
F2F Interview
@foreach($timeLine->f2fInterview as $f2f)
@endforeach
{{$request->user->name}}
Assigned at