@extends('layout.sidebar') @section('content') @section('title','CALENDARIO DE EVENTOS') {{ Form::hidden('hdnEventProfile', action('EventController@postCalendar', array()), array('id'=>'hdnEventProfile')) }} {{ Form::hidden('hdnEvents', action('EventController@postEvents', array()), array('id'=>'hdnEvents')) }} {{ Form::hidden('hdnShowEditEvent', action('EventController@getShowEditEvent', array()), array('id'=>'hdnShowEditEvent')) }} {{ Form::hidden('hdnEventsUser', action('EventController@postEventsUser', array()), array('id'=>'hdnEventsUser')) }} {{ Form::hidden('hdnFlag',0,array('id'=>'hdnFlag'))}}
Calendario de Eventos


@foreach($sections as $section)
{{substr($section['name_set'],0,11)}}
@endforeach
UNA O MÁS SECCIONES
{{ HTML::script('js/event/eventsUser.js') }} {{ HTML::style('css/event/eventProfile.css') }} @stop