@aware(['component', 'tableName','isTailwind','isBootstrap']) @if ($this->bulkActionsAreEnabled() && $this->hasBulkActions()) @php $colspan = $this->getColspanCount(); $selectAll = $this->selectAllIsEnabled(); $simplePagination = $this->isPaginationMethod('simple'); @endphp @if ($isTailwind) @lang('livewire-tables::You are currently selecting all') @if(!$simplePagination) @endif @lang('livewire-tables::rows'). @lang('livewire-tables::Deselect All') @lang('livewire-tables::You have selected') @lang('livewire-tables::rows, do you want to select all') @if(!$simplePagination) @endif @lang('livewire-tables::Select All On Page') @lang('livewire-tables::Select All') @lang('livewire-tables::Deselect All') @elseif ($isBootstrap) @lang('livewire-tables::You are currently selecting all') @if(!$simplePagination) @endif @lang('livewire-tables::rows'). @lang('livewire-tables::Deselect All') @lang('livewire-tables::You have selected') @lang('livewire-tables::rows, do you want to select all') @if(!$simplePagination) @endif @lang('livewire-tables::Select All On Page') @lang('livewire-tables::Select All') @lang('livewire-tables::Deselect All') @endif @endif