@extends('layouts.master') @section('title') Ofertas Laborales @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Panel Estudiante @endslot @slot('title') Ofertas Laborales @endslot @endcomponent
@include('estudiantes.ofertas.partials.lista_ofertas', ['ofertas' => $ofertas])
@endsection @section('script') @endsection