google2fa_secret) { if (!Auth::user()->verify2fa) { return redirect()->route('secret.code.show'); } } return $next($request); } }