@extends('layouts.base') @section('css') {!! Minify::stylesheet('/css/landing.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/homeSlider.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/cookie.css')->withFullUrl() !!} {!! Minify::stylesheet('/css/twitter.css')->withFullUrl() !!} @stop @section('title') Radio ECCA. {{ Lang::get('home.fundacion Canaria') }} {{ Lang::get('home.centro de educacion para adultos') }} @stop @section('description') {{ Lang::get('home.bienvenido a la web oficial') }} {{ Lang::get('home.educacion a distancia') }} {{ Lang::get('home.cursos online') }} {{ Lang::get('home.formacion para adultos') }} @stop @section('content') @include('includes.sliderHome')





{{ Lang::get('home.twitter') }}

{{ Lang::get('home.twitter.a') }}
{{ Lang::get('home.twitter.cargando') }}
@stop @section('js-code-post') {!! Minify::javascript('/js/custom.js')->withFullUrl() !!} @include('includes.twitterWebIntentScript') @if($ad->getActive()) @include('includes.notification') @endif @stop