{{ __('System Settings') }}

@if ($currentLogo) @endif @if ($siteLogo && is_object($siteLogo)) @if (str_contains($siteLogo->getMimeType(), 'svg'))

{{ __('SVG selected: :name', ['name' => $siteLogo->getClientOriginalName()]) }}

@else

{{ __('Preview:') }}

@endif @endif
@if ($hasSystemPassword) @endif
{{ __('The upload and download pages show the default mark again.') }} {{ __('Anyone who can reach the upload page can upload files again.') }}