@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/radioShow.css')->withFullUrl() !!} @stop @section('title') Nuestra programación - Magis radio @stop @section('description') Escuche los programas propios de Radio ECCA y los programas de Magis Radio. @stop @section('content') {!! Breadcrumbs::render('news-programation', $page ) !!}
{{ $page['title'] }}
Programación
@foreach ($radioShows as $show)
{{ $show['description'] }}
@endforeach
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop