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