middleware('guest')->except('logout'); } /** * @return string */ public function getRedirectTo(): string { return route('adm.index'); } }