$id !== $currentPanel->getId(),
"ring-2 ring-primary-600" => $id === $currentPanel->getId(),
])
>
@if ($renderIconAsImage)

@else
@php
$iconName = $icons[$id] ?? 'heroicon-s-square-2-stack' ;
@endphp
@svg($iconName, 'text-primary-600 panel-switch-card-icon', ['style' => 'width: ' . ($iconSize * 4) . 'px; height: ' . ($iconSize * 4). 'px;'])
@endif