@props([ 'actions', 'color' => null, 'darkMode' => false, 'icon' => 'heroicon-o-dots-vertical', 'label' => __('filament-support::actions/group.trigger.label'), 'size' => null, 'tooltip' => null, ]) {{ $label }} @foreach ($actions as $action) @if (! $action->isHidden()) {{ $action }} @endif @endforeach