user()->hasVerifiedEmail()){ return redirect()->intended(RouteServiceProvider::HOME); } return Inertia::render('Auth/VerifyEmail'); } }