@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/radioOnDemandPlayer.css')->withFullUrl() !!} @stop @section('content') {!! Breadcrumbs::render('radio-selected', $page, $parent ) !!}
Radio a la carta
{{ $ivoox->getName() }}
Escuchar la radio
{!! $ivoox->getCode() !!}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop