{{-- Color count summary --}}
{{ trans('blockland-config::blockland-config.colorset.active_palette') }}
{{ trans('blockland-config::blockland-config.colorset.color_count', ['count' => $this->totalColors, 'max' => 64]) }}
{{-- Swatch preview per section --}}
@forelse($this->colorSetPreview as $section)
@foreach($section['colors'] as $color)
@endforeach
@empty
@endforelse
@endif