middleware('guest')->except('logout'); } public function showLoginForm(): Response { return \Inertia::render('VLogin'); } }