@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') @lang('You are currently selecting all') @if(!$simplePagination) @endif @lang('rows'). @lang('Deselect All') @lang('You have selected') @lang('rows, do you want to select all') @if(!$simplePagination) @endif @lang('Select All On Page') @lang('Select All') @lang('Deselect All') @elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5') @lang('You are currently selecting all') @if(!$simplePagination) @endif @lang('rows'). @lang('Deselect All') @lang('You have selected') @lang('rows, do you want to select all') @if(!$simplePagination) @endif @lang('Select All On Page') @lang('Select All') @lang('Deselect All') @endif @endif