{{ t('theme_manager') }}
{{ t('theme_manager') }}
@if (empty($themes) || count($themes) === 0)

{{ t(key: 'no_themes_found') }}

@endif
@foreach ($themes as $theme)
{{ $theme->name }}

{{ $theme->name }}

@if ($theme->version) {{ t('version') }} {{ $theme->version }} @endif

@if ($theme->active)
{{ t('active_theme') }}
@else @endif
@endforeach