@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('hdnShowCreateEvent', action('EventController@getShowCreateEvent', array()), array('id'=>'hdnShowCreateEvent')) }} {{ Form::hidden('hdnShowEditEvent', action('EventController@getShowEditEvent', array()), array('id'=>'hdnShowEditEvent')) }} {{ Form::hidden('hdnCreateEvent', action('EventController@postCreateEvent', array()), array('id'=>'hdnCreateEvent')) }} {{ Form::hidden('hdnEditEvent', action('EventController@postEditEvent', array()), array('id'=>'hdnEditEvent')) }} {{ Form::hidden('hdnFlag',1,array('id'=>'hdnFlag'))}}