@aware(['component']) @props(['rows']) @if ($component->bulkActionsAreEnabled() && $component->hasBulkActions()) @php $table = $component->getTableName(); $theme = $component->getTheme(); $colspan = $component->getColspanCount(); $selectAll = $component->selectAllIsEnabled(); $simplePagination = $component->paginationMethod == 'simple' ? true : false; @endphp @if ($theme === 'tailwind') @elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5') @endif @endif