OFERTA LABORAL
{{ $oferta->titulo }}
|
Fecha:
{{ \Carbon\Carbon::now()->format('d/m/Y') }} |
| Título | {{ $oferta->titulo }} | Lugar | {{ $oferta->lugar ?? 'N/A' }} |
| Empresa | {{ $oferta->empresa->nombre_empresa ?? 'N/A' }} | Tipo de contrato | {{ $oferta->tipoContrato->nombre_tipo_contrato ?? 'N/A' }} |
| Fecha publicación | {{ \Carbon\Carbon::parse($oferta->fecha_publicacion)->format('d/m/Y') }} | Fecha límite | {{ \Carbon\Carbon::parse($oferta->fecha_limite)->format('d/m/Y') }} |
| Estado | {{ ucfirst($oferta->estado) }} | Vacantes | {{ $oferta->vacantes ?? 'N/A' }} |
| Remuneración | {{ $oferta->remuneracion ? 'S/ '.number_format($oferta->remuneracion,2) : 'N/A' }} | Plan de estudio | {{ $oferta->planEstudio->nombre ?? 'N/A' }} |