@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') {{ Lang::get('news.comunicacion y actualidad') }} @stop @section('description') {{ Lang::get('news.las noticias de radio ecca') }} @stop @section('content') {!! Breadcrumbs::render('news') !!}
{{ Lang::get('news.comunicacion y actualidad') }}
{{ Lang::get('news.actualidad') }}
    @foreach ($posts as $post)
  • {{ $post['content'] }}

    {{ Lang::get('news.etiquetas') }} @foreach ( $post['labels'] as $label) {!! $label !!}, @endforeach

    {{ $post['date'] }}

  • @endforeach
{{ Lang::get('news.lo mas relevante') }}
@foreach ($postOutstanding as $post)
{!! $post['title'] !!}
@endforeach
{{ Lang::get('news.mapa fm') }}
{{ Lang::get('news.twitter') }}
{{ Lang::get('news.cargando tweets') }}
{{ Lang::get('news.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