@include('layouts.talentHeader')
Timeline

{{$timeLine->job_title}}

Create At

{{date("F j, Y", strtotime($timeLine->created_at))}}

Job Start Date

{{date("F j, Y", strtotime($timeLine->job_start_date))}}

Job Approval Date

{{date("F j, Y", strtotime($timeLine->job_approval_date))}}

Job Close Date

{{date("F j, Y", strtotime($timeLine->job_end_date))}}

Head Hunter Assigned Date

{{date("F j, Y", strtotime($timeLine->appoint_headhunter_date))}}
@if($timeLine->hhrequest) @foreach($timeLine->hhrequest as $request)

{{$request->company->name}}

Assigned at

{{date("F j, Y", strtotime($timeLine->created_at))}}
@endforeach @endif

Head Hunter Candidates

@if($timeLine->hhsharedcandidates) @foreach($timeLine->hhsharedcandidates as $candidate)

{{$candidate->hh_candidates->name}}

Shared on

{{date("F j, Y", strtotime($candidate->created_at))}}
@endforeach @endif

Direct Applicants

@if($timeLine->job_application) @foreach($timeLine->job_application as $applicant)

{{$applicant->app_first_name}} {{$applicant->app_last_name}}

Applied on

{{date("F j, Y", strtotime($applicant->created_at))}}
@endforeach @endif

Questionnaire

Sent on

21st May 2021

Video Interview

Attended on

21st May 2021
@include('layouts.footer')