@foreach ($this->items()[0] as $item) svg]:text-primary-500 dark:!bg-zinc-800' => $item['id'] === $this->currentSection, '!bg-transparent text-zinc-700 dark:text-zinc-200 [&>svg]:text-zinc-700 dark:[&>svg]:text-zinc-200' => $item['id'] !== $this->currentSection, ]) icon="{{ $item['icon'] }}" wire:click="setCurrentSection('{{ $item['id'] }}')"> {{ $item['label'] }} @endforeach
@foreach ($this->items()[1] as $item) svg]:text-primary-500 dark:!bg-zinc-800' => $item['id'] === $this->currentSection, '!bg-transparent text-zinc-700 dark:text-zinc-200 [&>svg]:text-zinc-700 dark:[&>svg]:text-zinc-200' => $item['id'] !== $this->currentSection, ]) icon="{{ $item['icon'] }}" wire:click="setCurrentSection('{{ $item['id'] }}')"> {{ $item['label'] }} @endforeach