@aware(['component', 'tableName']) @props(['rows']) @if ($component->bulkActionsAreEnabled() && $component->hasBulkActions()) @php $colspan = $component->getColspanCount(); $selectAll = $component->selectAllIsEnabled(); $simplePagination = $component->isPaginationMethod('simple'); @endphp @if ($component->isTailwind()) @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 ($component->isBootstrap()) @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