Auth::user() is null - you have explicitly set the guest middleware on this route, so that should not be unexpected. Change the guest middleware to auth, and you should be good - presuming that makes sense in the context of your app.
Be careful about your cases, a case-sensitive OS will not like Auth::User() as the method is Auth::user()