@aware(['component', 'tableName'])
$component->isBootstrap(), 'w-full md:w-auto mb-4 md:mb-0' => $component->isTailwind(), ]) >
$component->isBootstrap(), 'relative inline-block text-left z-10 w-full md:w-auto' => $component->isTailwind(), ]) > @if($component->isTailwind())
@else
$component->isBootstrap4(), 'dropdown-menu dropdown-menu-end w-100' => $component->isBootstrap5(), ]) aria-labelledby="{{ $tableName }}-bulkActionsDropdown" > @foreach ($component->getBulkActions() as $action => $title) hasConfirmationMessage($action)) wire:confirm="{{ $component->getBulkActionConfirmMessage($action) }}" @endif wire:click="{{ $action }}" wire:key="{{ $tableName }}-bulk-action-{{ $action }}" @class([ 'dropdown-item' => $component->isBootstrap(), ]) > {{ $title }} @endforeach
@endif