@include('layouts.talentHeader')

Job Timeline

@if($currentUserJobs) @foreach($currentUserJobs as $jobs) @endforeach @endif
Title Job Date Close Date Country Client Posted By Timeline
{{$jobs->job_title}} {{date('d-m-Y',strtotime($jobs->job_requisition_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}} Timeline
@include('layouts.footer')