/** * Flash an array of input to the session. * * @param mixed string * @return \Nova\Http\RedirectResponse */ public function exceptInput() { return $this->withInput($this->request->except(func_get_args())); }