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