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