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