{{ __('Application Settings') }} ({{ $version }})
{{ __('Update your application settings.') }}
@if (!request()->routeIs('settings.general')) {{ __('General') }} @endif @if (!request()->routeIs('settings.forum')) {{ __('Forum') }} @endif @if (!request()->routeIs('settings.ad')) {{ __('Ads & Analytics') }} @endif @if (!request()->routeIs('settings.social.auth')) {{ __('Social Auth') }} @endif @if (!request()->routeIs('settings.social.links')) {{ __('Social Links') }} @endif @if (!request()->routeIs('policies.edit')) {{ __('Policies') }} @endif
@if ($settings['icon'] ?? null)
{{ $settings['name'] }}
@endif {{ __('Select A New Icon (Light Mode)') }} @if ($settings['icon'] ?? null) {{ __('Remove Icon (Light Mode)') }} @endif

{{ __('Max. size 200kb and dimension min 24x24px and max 250x250px with ration 1/1') }}

@if ($settings['icon_dark'] ?? null)
{{ $settings['name'] }}
@endif {{ __('Select A New Icon (Dark Mode)') }} @if ($settings['icon'] ?? null) {{ __('Remove Icon (Dark Mode)') }} @endif

{{ __('Max. size 200kb and dimension min 24x24px and max 250x250px with ration 1/1') }}

@if ($settings['logo'] ?? null)
{{ $settings['name'] }}
@endif {{ __('Select A New Logo (Light Mode)') }} @if ($settings['logo'] ?? null) {{ __('Remove Logo (Light Mode)') }} @endif

{{ __('Max. size 1000kb and max dimension of 600x150px') }}

@if ($settings['logo_dark'] ?? null)
{{ $settings['name'] }}
@endif {{ __('Select A New Logo (Dark Mode)') }} @if ($settings['logo_dark'] ?? null) {{ __('Remove Logo (Dark Mode)') }} @endif

{{ __('Max. size 1000kb and max dimension of 600x150px') }}

@foreach ($languages as $language) @endforeach
{{ __('S3 compatible storages like MinIO, DO Spaces & Wasabi can be used too.') }}
{{ __('Please set these in your `.env` file.') }}
AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION, AWS_BUCKET, AWS_URL, & AWS_ENDPOINT

{{ __('Toggle Features') }}

{{-- CAPTCHA --}}
@if (demo())
You can test CloudFlare Trunstile only as we have disabled the captcha setting on demo.
@endif
{{ __('Saved.') }} {{ __('Save') }}
{{ __('Sitemap') }} {{ __('Please review or generate sitemap.') }}
{{ __('Sitemap') }}: {{ url('/sitemap.xml') }}
{{ __('Generate Now') }}