@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/socialAction.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') Acción Social @stop @section('description') Actualidad de los proyectos sociales de Radio ECCA. Financiador Caixa Proinfancia. Cooperación, desempleo, inmigrantes, atención a menores. @stop @section('content') {!! Breadcrumbs::render('social-action') !!}
Acción Social
Conozca nuestros proyectos
@foreach ($groups as $group) @endforeach
@foreach ($locations as $location) @endforeach
Noticias
    @foreach ($posts as $post)
  • {{ $post['content'] }}

    @if(count($post['labels'])==0) Sin etiquetas @else Etiquetas: @foreach ( $post['labels'] as $label) {!! $label !!}, @endforeach @endif

    {{ $post['date'] }}

  • @endforeach
Twitter
Cargando Tweets...
Patrocinador destacado
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} {!! Minify::javascript('/js/jquery.quick.pagination.js')->withFullUrl() !!} @include('includes.twitterWebIntentScript') @stop