STATUS: {{ $job->status }}
Comentario del cierre: {{$job->closing_comment}}
@if (session('status'))
{{ session('status') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Fecha de publicación:
{{ Carbon::parse($job->created_at)->format('l, j \d\e F Y') }}
@if(auth()->user()->role == 'admin')
EDITAR PUESTO
DESCARGAR REPORTE
@endif
{!! $job->description !!}
@if (!$job->hide_business)
{{ $job->business->name }}
{{ $job->business->heading->name}}
{{ $job->business->description }}
@endif
Web
{{ $postulationsQuantity }}
Descubierto
{{ $postulationsApprovedQuantity }}