{{ __('System Settings') }}

@if ($currentLogo)
{{ __('Site Logo') }}
@endif @if ($siteLogo && is_object($siteLogo)) @if (str_contains($siteLogo->getMimeType(), 'svg'))

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

@else

{{ __('Preview:') }}

{{ __('Logo 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.') }}