@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Ofertas @endslot @slot('title') Ofertas Vencidas - @endslot @endcomponent
| # | Título | Empresa | Tipo de Contrato | Plan de Estudio | Fecha Publicación | Fecha Límite | Estado |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $oferta->titulo }} | {{ $oferta->empresa->nombre_empresa ?? 'N/A' }} | {{ $oferta->tipoContrato->nombre_tipo ?? 'N/A' }} | {{ $oferta->planEstudio->nombre_plan ?? 'N/A' }} | {{ \Carbon\Carbon::parse($oferta->fecha_publicacion)->format('d/m/Y') }} | {{ \Carbon\Carbon::parse($oferta->fecha_limite)->format('d/m/Y') }} | {{ ucfirst($oferta->estado) }} |
| No hay ofertas vencidas. | |||||||