update([ 'password' => Hash::make($request->input('password')), ]); return redirect()->route('settings.password.show')->with('success', __('Your password has been changed!')); } }