@if (!is_null($job))

{{$job->position->positionType->name}}

  • Contratación inmediata
  • Visto hace: {{\Carbon\Carbon::parse($item->created_at)->diffForHumans()}}
  • {{$job->amount}}
  • {{$job->sede->place}}
  • {{\Carbon\Carbon::parse($job->hire_date)->diffForHumans()}}
@include('users.candidate.jobs.empleoButton')
@endif