merge($this->getBulkActionsMenuAttributes)
->class([
'bg-white dark:bg-gray-700 dark:text-white' => $component->isTailwind() && $this->getBulkActionsMenuAttributes['default-colors'] ?? true,
'rounded-md shadow-xs' => $component->isTailwind() && $this->getBulkActionsMenuAttributes['default-styling'] ?? true,
])
->except('default')
}}
>
@foreach ($component->getBulkActions() as $action => $title)
@endforeach