@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Academico @endslot @slot('title') Postulantes - {{ $oferta->titulo }} @endslot @endcomponent
Empresa: {{ $oferta->empresa->nombre ?? '-' }}
Plan de estudio: {{ $oferta->planEstudio->nombre ?? '-' }}
Tipo de contrato: {{ $oferta->tipoContrato->nombre ?? '-' }}
Fecha límite: {{ $oferta->fecha_limite }}
| # | Nombre del postulante | DNI | Fecha de postulación |
|---|---|---|---|
| {{ $index + 1 }} | {{ $postulacion->postulante->nombres }} {{ $postulacion->postulante->apellidos }} | {{ $postulacion->postulante->dni }} | {{ \Carbon\Carbon::parse($postulacion->fecha_postulacion)->format('d/m/Y H:i') }} |
| No hay postulantes registrados para esta oferta. | |||