@include('layouts.talentHeader')
Applicant Profile Page
@if($currentJobsApplicants)
  • Name: {{$currentJobsApplicants->app_first_name}} {{$currentJobsApplicants->app_last_name}}

  • @if(Auth::user()->user_level_id == 4) @if(!isset($contact) && $contact == 2)
  • Phone: {{$currentJobsApplicants->app_phone}}

  • E-mail: {{$currentJobsApplicants->app_email}}

  • @elseif($contact == 1)
  • Phone: Requested

  • E-mail: Requested

  • @elseif($contact == 0)
  • Phone: Not Requested

  • E-mail: Not Requested

  • @endif @else
  • Phone: {{$currentJobsApplicants->app_phone}}

  • E-mail: {{$currentJobsApplicants->app_email}}

  • @endif
  • Keyskills:{{$currentJobsApplicants->app_skills}}

  • Experience: {{($currentJobsApplicants->app_experience == null)?'NA':$currentJobsApplicants->app_experience->experience}}

  • View Resume:

    View Resume

@if($currentJobsApplicants->clientComment)

Comments:

@foreach($currentJobsApplicants->clientComment as $index => $comment) @endforeach
No Comment Position Date Commented By
{{$index+1}} {{$comment->comments}} {{$comment->job_requisition->job_title}} {{date('d-m-Y', strtotime($comment->created_at))}} {{$comment->user->name}}
@endif

Interview History:

@if($f2f) @foreach($f2f as $index => $interview) @endforeach @endif
No Position Title Venue Comment Date
{{$index+1}} {{$interview->job_requisition->job_title}} {{$interview->title}} {{$interview->venue}} {{$interview->comments}} {{date('d-m-Y', strtotime($interview->f2fdate))}}

Preliminary Interview History:

@foreach($preliminaryInterview as $index => $interview) @endforeach
No Position Date Link to Feedback Form
{{$index+1}} {{$interview->job_requisition->job_title}} {{date('d-m-Y', strtotime($interview->created_at))}} View

Application History:

No Position Applied On Status Status updated on
1 {{$job->job_title}} {{date('d-m-Y', strtotime($currentJobsApplicants->created_at))}} {{$currentJobsApplicants->application_status->status}} {{date('d-m-Y', strtotime($job->updated_at))}}
@endif @if($hhCandidates != null)
  • Name: {{$hhCandidates->name}}

  • @if(Auth::user()->user_level_id == 4) @if(!isset($contact) && $contact == 2)
  • Phone: {{$hhCandidates->phone}}

  • E-mail: {{$hhCandidates->email}}

  • @elseif($contact == 1)
  • Phone: Requested

  • E-mail: Requested

  • @elseif($contact == 0)
  • Phone: Not Requested

  • E-mail: Not Requested

  • @endif @else
  • Phone: {{$hhCandidates->phone}}

  • E-mail: {{$hhCandidates->email}}

  • @endif
  • Keyskills: {{$hhCandidates->skills}}

  • Experience: {{($hhCandidates->experience == null)?'NA':$hhCandidates->experience->experience}}

  • View Resume:

    View Resume

Uploaded Documents:

@else -- @endif @else -- @endif @else -- @endif @else -- @endif
Salary Details Reports Reference Check Others
@if($hhCandidates->salary_details) View/Download @if($hhCandidates->reports) View/Download @if($hhCandidates->refferal_check) View/Download @if($hhCandidates->others) View/Download
@if($hhCandidates->clientComment)

Comments:

@foreach($hhCandidates->clientComment as $index => $comment) @endforeach
No Comment Position Date Commented By
{{$index+1}} {{$comment->comments}} {{$comment->job_requisition->job_title}} {{date('d-m-Y', strtotime($comment->created_at))}} {{$comment->user->name}}
@endif

Interview History:

@if($f2f) @foreach($f2f as $index => $interview) @endforeach @endif
No Position Title Venue Comment Date
{{$index+1}} {{$interview->job_requisition->job_title}} {{$interview->title}} {{$interview->venue}} {{$interview->comments}} {{date('d-m-Y', strtotime($interview->f2fdate))}}

Preliminary Interview History:

@foreach($preliminaryInterview as $index => $interview) @endforeach
No Position Date Link to Feedback Form
{{$index+1}} {{$interview->job_requisition->job_title}} {{date('d-m-Y', strtotime($interview->created_at))}} View

Application History:

@foreach($hhJobHistory as $index => $job) @endforeach
No Position Applied On Status Status updated on
{{$index+1}} {{$job->job_requisition->job_title}} {{date('d-m-Y', strtotime($job->created_at))}} {{$job->application_status->status}} {{date('d-m-Y', strtotime($job->updated_at))}}
@endif @if($empCandidate != null)
  • Name: {{$empCandidate->name}}

  • @if(Auth::user()->user_level_id == 4) @if($contact == 2)
  • Phone: {{$empCandidate->phone}}

  • E-mail: {{$empCandidate->email}}

  • @elseif($contact == 1)
  • Phone: Requested

  • E-mail: Requested

  • @elseif($contact == 0)
  • Phone: Not Requested

  • E-mail: Not Requested

  • @endif @else
  • Phone: {{$empCandidate->phone}}

  • E-mail: {{$empCandidate->email}}

  • @endif
  • View Resume:

    eResume

  • Keyskills: {{$empCandidate->skills}}

  • Experience: {{($empCandidate->experience == null)?'NA':$empCandidate->experience->experience}}

  • View Resume:

    View Resume

Uploaded Documents:

@else -- @endif @else -- @endif @else -- @endif @else -- @endif
Salary Details Reports Reference Check Others
@if($empCandidate->salary_details) View/Download @if($empCandidate->reports) View/Download @if($empCandidate->refferal_check) View/Download @if($empCandidate->others) View/Download
@if($empCandidate->clientComment)

Comments:

@foreach($empCandidate->clientComment as $index => $comment) @endforeach
No Comment Position Date Commented By
{{$index+1}} {{$comment->comments}} {{$comment->job_requisition->job_title}} {{date('d-m-Y', strtotime($comment->created_at))}} {{$comment->user->name}}
@endif

Interview History:

@if($f2f) @foreach($f2f as $index => $interview) @endforeach @endif
No Position Title Venue Comment Date
{{$index+1}} {{$interview->job_requisition->job_title}} {{$interview->title}} {{$interview->venue}} {{$interview->comments}} {{date('d-m-Y', strtotime($interview->f2fdate))}}

Preliminary Interview History:

@foreach($preliminaryInterview as $index => $interview) @endforeach
No Position Date Link to Feedback Form
{{$index+1}} {{$interview->job_requisition->job_title}} {{date('d-m-Y', strtotime($interview->created_at))}} View

Application History:

@foreach($empJobHistory as $index => $job) {{----}} @endforeach
No Position Applied On Status updated on
{{$index+1}} {{$job->job_requisition->job_title}} {{date('d-m-Y', strtotime($job->created_at))}}{{$job->application_status->status}}{{date('d-m-Y', strtotime($job->updated_at))}}
@endif @if($currentJobsApplicants) @endif @if($hhCandidates != null) @endif @if($empCandidate != null) @endif
@include('layouts.footer')