@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/study.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/studyStarred.css')->withFullUrl() !!} @stop @section('title') {{Lang::get('studies.starred.oferta de cursos destacados de aula abierta')}} @stop @section('description') {{Lang::get('studies.starred.vea aqui los cursos destacados')}} @stop @section('content') {!! Breadcrumbs::render('study-aa-starred') !!}
{{Lang::get('studies.starred.cursos destacados')}}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop