@forelse($this->themes as $theme)
{{ $theme['title'] }} v{{ $theme['version'] }}

{{ $theme['description'] }}

{{ $theme['author'] }}

@if($theme['active']) 当前使用 @else 启用 删除 @endif
@empty

暂无主题

@endforelse
@error('zip')

{{ $message }}

@enderror
安装