public function insert() { Items::postItem(); $item_listuuid = Request::segment(2); return redirect('/list/' . $item_listuuid); }