back() ->withInput($request->except(['password', 'password_confirmation'])) ->with('error', 'The form has expired due to inactivity. Please refresh the page and try again'); } return parent::render($request, $exception); } }