@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') {{Lang::get('socialAction.accion social')}} @stop @section('description') {{Lang::get('socialAction.actualidad de los proyectos sociales')}} @stop @section('content') {!! Breadcrumbs::render('social-action') !!}
{{Lang::get('socialAction.accion social')}}
{{Lang::get('socialAction.conozca nuestros proyectos')}}
@foreach ($groups as $group) @endforeach
@foreach ($locations as $location) @endforeach
{{Lang::get('socialAction.noticias')}}
    @foreach ($posts as $post)
  • {{ $post['content'] }}

    @if(count($post['labels'])==0) {{Lang::get('socialAction.sin etiquetas')}} @else {{Lang::get('socialAction.etiquetas')}}: @foreach ( $post['labels'] as $label) {!! $label !!}, @endforeach @endif

    {{ $post['date'] }}

  • @endforeach
{{Lang::get('socialAction.twitter')}}
{{Lang::get('socialAction.cargando tweets')}}
{{Lang::get('socialAction.interreg')}}
{{Lang::get('socialAction.erasmus plus')}}
{{Lang::get('socialAction.patrocinadores destacados')}}
{{Lang::get('socialAction.entidades colaboradoras')}}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} {!! Minify::javascript('/js/jquery.quick.pagination.js')->withFullUrl() !!} @include('includes.twitterWebIntentScript') @stop