@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/choralEcca.css')->withFullUrl() !!} @stop @section('title') {{Lang::get('aboutUs.choral.coral ecca')}} @stop @section('description') {{Lang::get('aboutUs.choral.participe en la agrupacion')}} @stop @section('content') {!! Breadcrumbs::render('choral-ecca') !!}
{{Lang::get('aboutUs.choral.coral ecca')}}
{{Lang::get('aboutUs.choral.nuestra actuacion mas actual')}}
{{Lang::get('aboutUs.choral.quien puede participar')}}
{!! $choral[0]['participates'] !!}
{{Lang::get('aboutUs.choral.que le ofrecemos')}}
{!! $choral[0]['offer'] !!}
{{Lang::get('aboutUs.choral.como puede inscribirse')}}
{!! $choral[0]['registration'] !!}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @stop