@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/radioOnDemandPlayer.css')->withFullUrl() !!} {!! HTML::style('https://cdn.datatables.net/1.10.9/css/jquery.dataTables.min.css') !!} {!! Minify::stylesheet('/css/dataTable.css')->withFullUrl() !!} @stop @section('title') Radio a la carta - {{ $ivoox->getName() }} @stop @section('description') Disfrute de los mejores podcasts de Radio ECCA, directamente desde su web. Ordélenos como desee y escuche sin más. @stop @section('content') {!! Breadcrumbs::render('radio-selected', $page, $parent ) !!}
Radio a la carta
{{ $ivoox->getName() }}
Foto de portada

Episodios del programa:

{{ $ivoox->getName() }}

@foreach ($ivooxArray as $ivoox) @endforeach
Título del audio Fecha Reproducir
{{ $ivoox['title'] }} {{ $ivoox['date'] }} Escuchar
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} {!! HTML::script('https://cdn.datatables.net/1.10.9/js/jquery.dataTables.min.js') !!} @stop