{{ translate('Manage Theme') }}
@if (is_array($themes) && count($themes) > 0) @foreach ($themes as $theme)
{{ $theme['name'] ?? $theme['slug'] }}
theme
@if ($theme['is_installed'] && !$theme['is_activated'])
@csrf
@elseif($theme['is_activated']) @else
@csrf
@endif
@endforeach @endif
@push('js') @endpush