@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'))}}