@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') {{Lang::get('radioOnDemand.radio a la carta')}} - {{ $ivoox->getName() }} @stop @section('description') {{Lang::get('radioOnDemand.disfrute de los mejores podcast')}} @stop @section('content') {!! Breadcrumbs::render('radio-selected', $page, $parent ) !!}
{{Lang::get('radioOnDemand.radio a la carta')}}
{{ $ivoox->getName() }}
{{Lang::get('radioOnDemand.foto de portada')}}

{{Lang::get('radioOnDemand.episodios del programa')}}

{{ $ivoox->getName() }}

@foreach ($ivooxArray as $ivoox) @endforeach
{{Lang::get('radioOnDemand.titulo del audio')}} {{Lang::get('radioOnDemand.fecha')}} {{Lang::get('radioOnDemand.reproducir')}}
{{ $ivoox['title'] }} {{ $ivoox['date'] }} {{Lang::get('radioOnDemand.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