@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/study.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/studyStarred.css')->withFullUrl() !!} @stop @section('title') Oferta de cursos destacados de Aula Abierta @stop @section('description') Vea aquí los cursos destacados o con promociones especiales en Radio ECCA. Próxima oferta formativa. Educación. @stop @section('content') {!! Breadcrumbs::render('study-aa-starred') !!}
Cursos destacados

@{{c.nombreTitulacion}}

Infórmese aquí
@{{ loadingCursos ? 'Cargando...' : 'No existen actualmente cursos disponibles' }}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop