@include('layouts.talentHeader')

Job History

@if($currentUserJobs) @foreach($currentUserJobs as $jobs) {{----}} @endforeach @endif
Title Applicants Job Date Approval Date Close Date Country Client Agency Manager Freelancer Action
{{$jobs->job_title}} @if(count($jobs['job_application']) > 0 || count($jobs['hhsharedcandidates']) > 0 || count($jobs['clientCandidate']) || count($jobs['potentialcandidate']) > 0) Applicants({{count($jobs['job_application']) + count($jobs['hhsharedcandidates']) + count($jobs['clientCandidate']) + count($jobs['potentialcandidate'])}}) @else Applicants(0) @endif {{date('d-m-Y',strtotime($jobs->job_requisition_date))}} {{date('d-m-Y',strtotime($jobs->job_approval_date))}}{{date('d-m-Y',strtotime($jobs->appoint_headhunter_date))}}{{date('d-m-Y',strtotime($jobs->job_end_date))}} {{@$jobs->job_country->name}} @if($jobs->client) {{$jobs->client->branch_name}} @endif {{$jobs->user->name}} @if($jobs->hhrequest && count($jobs->hhrequest) != 0) @foreach($jobs->hhrequest as $hh)

{{$hh->user->name}}

@endforeach @else No Freelancer @endif
@include('layouts.footer')