@if(!empty($logoPath) && file_exists($logoPath)) @endif
{{ $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') }}
Información General
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() }}
Detalle de Ofertas
@forelse($ofertasVencidas as $i => $oferta) @empty @endforelse
# 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.
Reporte generado automáticamente por el sistema institucional