@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/study.css')->withFullUrl() !!} @stop @section('title') {{Lang::get('studies.bachelor.estudiar bachillerato')}} @stop @section('content') @if ($tipo == 1) {!! Breadcrumbs::render('study-semipresencial') !!} @elseif ($tipo == 2) {!! Breadcrumbs::render('study-online') !!} @else {!! Breadcrumbs::render('study-adaptado') !!} @endif