@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/study.css')->withFullUrl() !!} @stop @section('title') {{Lang::get('radioOnDemand.escuchar audio')}} @stop @section('description') {{Lang::get('radioOnDemand.disfrute de su audio')}} @stop @section('content') {!! Breadcrumbs::render('radio-selected-player', $parent) !!}
{{Lang::get('radioOnDemand.escuchar audio')}}
{{ $description }}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop