@include('layouts.hhHeader')
Shared Candidates
Name
Job Title
Company
Skills
Date
Action
@foreach($sharedCandidate as $candidate) @if($candidate->share_count == 1)
@else
@endif
{{$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))}}
View Comments
@endforeach
@include('layouts.footer')