@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/rsc.css')->withFullUrl() !!} @stop @section('title') {{Lang::get('aboutUs.rsc.alianzas y src')}} @stop @section('description') {{Lang::get('aboutUs.rsc.alianzas y responsabilidad')}} @stop @section('content') {!! Breadcrumbs::render('rsc') !!}
{{Lang::get('aboutUs.rsc.alianzas y src')}}
{{Lang::get('aboutUs.rsc.ultimas alianzas establecidas')}}
@foreach( $posts as $post ) @endforeach
{{Lang::get('aboutUs.rsc.colaboraciones')}}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop