{{ t('system_core_settings') }}
{{ t('system_setting') }}
{{ t('system_core_settings') }} {{ t('system_core_settings_description') }}

{{ t('localization') }}

@foreach ($timezone_list as $tz) @endforeach
@foreach ($date_formats as $format => $example) @endforeach
@foreach (getLanguage(null, ['code', 'name']) as $language) @endforeach

{{ t('logo_favicon') }}

@if (get_setting('general.site_logo')) {{ t('remove_img') }} @endif

@if (get_setting('general.site_dark_logo')) {{ t('remove_img') }} @endif

@if (get_setting('general.favicon')) {{ t('remove_img') }} @endif

@if (get_setting('general.cover_page_image') || $cover_page_image) {{ t('remove_img') }} @endif
@if (checkPermission('system_settings.edit'))
{{ t('save_changes_button') }}
@endif