validated() ); if ($status === Password::RESET_LINK_SENT) { return back()->with('status', __($status)); } return back()->withErrors(['email' => __($status)]); } }