user()->hasVerifiedEmail() ? redirect()->intended(route('calendar')) : Inertia::render('auth/VerifyEmail', [ 'status' => session('status'), ]); } }