with([ 'theme' => Settings::get('theme'), 'appSettings' => Settings::all()->toJson(), 'appConfig' => collect([ 'proxyAuth' => config('auth.defaults.guard') === 'reverse-proxy-guard' ? true : false, 'proxyLogoutUrl' => config('2fauth.config.proxyLogoutUrl') ? config('2fauth.config.proxyLogoutUrl') : false, 'subdirectory' => $subdir, ])->toJson(), 'subdirectory' => $subdir, 'lang' => App::currentLocale(), 'isDemoApp' => config('2fauth.config.isDemoApp') ? 'true' : 'false', 'isTestingApp' => config('2fauth.config.isTestingApp') ? 'true' : 'false', 'locales' => collect(config('2fauth.locales'))->toJson(), /** @phpstan-ignore-line */ ]); } }