@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/news.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/categoryMenu.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/twitter.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/newsPosts.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/simplePagerNav.css')->withFullUrl() !!} @stop @section('title') Comunicación y actualidad @stop @section('description') Las noticias de Radio ECCA. Actualidad Radio ECCA. Comunicación Radio ECCA. Dónde escucharnos. Descarga de APP. @stop @section('content') {!! Breadcrumbs::render('news') !!}
Comunicación y actualidad
Actualidad
    @foreach ($posts as $post)
  • {{ $post['content'] }}

    Etiquetas: @foreach ( $post['labels'] as $label) {!! $label !!}, @endforeach

    {{ $post['date'] }}

  • @endforeach
Lo más relevante
@foreach ($postOutstanding as $post)
{!! $post['title'] !!}
@endforeach
Mapa FM
Twitter
Cargando Tweets...
Parrilla Online
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} {!! Minify::javascript('/js/jquery.quick.pagination.js')->withFullUrl() !!} @include('includes.twitterWebIntentScript') @stop