@aware(['component'])
@props(['row'])
@if ($component->bulkActionsAreEnabled() && $component->hasBulkActions())
    @php
        $theme = $component->getTheme();
    @endphp
    @if ($theme === 'tailwind')
        
            
                
            
        
    @elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')
        
            
        
    @endif
@endif