{{ Form::hidden('hdnAddDeleteItem', action('PlanningAxisController@postAddDeleteItem', array()), array('id'=>'hdnAddDeleteItem')) }} {{ Form::hidden('hdnList', action('PlanningAxisController@postList', array()), array('id'=>'hdnList')) }} {{ Form::hidden('hdnAddNewItemToList', action('PlanningAxisController@postNewItemToList', array()), array('id'=>'hdnAddNewItemToList')) }} {{ Form::open() }} {{ Form::close() }}