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