@php $dimmerGroups = Voyager::dimmers(); @endphp @forelse($dimmerGroups as $dimmerGroup) @php $prefix = ""; $surfix = ''; @endphp @if ($dimmerGroup->any()) {!! $prefix.$dimmerGroup->setSeparator($surfix.$prefix)->display().$surfix !!} @endif @empty @endforelse