|
@if(!empty($logoPath) && file_exists($logoPath))
|
{{ $instituto->nombre ?? 'Instituto' }}
Reporte de Ofertas Laborales Vencidas
Desde {{ \Carbon\Carbon::parse($fechaInicio)->format('d/m/Y') }}
hasta {{ \Carbon\Carbon::parse($fechaFin)->format('d/m/Y') }}
|
| Instituto | {{ $instituto->nombre ?? '—' }} | DRE | {{ $instituto->dre ?? '—' }} |
| Código Modular | {{ $instituto->codigo_modular ?? '—' }} | Departamento | {{ $departamento->Departamento ?? '—' }} |
| Provincia | {{ $provincia->Provincia ?? '—' }} | Distrito | {{ $distrito->Distrito ?? '—' }} |
| Fecha de Emisión | {{ now()->format('d/m/Y H:i') }} | Total Ofertas | {{ $ofertasVencidas->count() }} |
| # | Título | Empresa | Publicación | Límite | Contrato | Remuneración | Vac. | Lugar |
|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $oferta->titulo }} | {{ optional($oferta->empresa)->nombre_empresa ?? optional($oferta->empresa)->nombre ?? '—' }} | {{ $oferta->fecha_publicacion ? \Carbon\Carbon::parse($oferta->fecha_publicacion)->format('d/m/Y') : '—' }} | {{ $oferta->fecha_limite ? \Carbon\Carbon::parse($oferta->fecha_limite)->format('d/m/Y') : '—' }} | {{ optional($oferta->tipoContrato)->nombre_tipo_contrato ?? optional($oferta->tipoContrato)->nombre ?? '—' }} | {{ $oferta->remuneracion !== null ? 'S/ ' . number_format($oferta->remuneracion, 2) : '—' }} | {{ $oferta->vacantes ?? '—' }} | {{ $oferta->lugar ?? '—' }} |
| No se encontraron ofertas vencidas en el rango seleccionado. | ||||||||