@include('layouts.hhHeader')

Shared Candidates

@foreach($sharedCandidate as $candidate) @if($candidate->share_count == 1) @else @endif @endforeach
Name Job Title Company Skills Date Action
{{$candidate->hh_candidates->name}} {{$candidate->job_requisition->job_title}} {{$candidate->company->name}} {{$candidate->hh_candidates->skills}} {{date("d-m-Y h:i:s", strtotime($candidate->created_at))}}
@include('layouts.footer')