@if ( $bulkActionsEnabled && count($this->bulkActions) && ( ( $paginationEnabled && ( ($selectPage && $rows->total() > $rows->count()) || count($selected) ) ) || count($selected) ) ) @if ((!$paginationEnabled && $selectPage) || (count($selected) && $paginationEnabled && !$selectAll && !$selectPage))
@lang('You have selected') {{ count($selected) }} @lang(count($selected) === 1 ? 'row' : 'rows').
@elseif ($selectAll)
@lang('You are currently selecting all') {{ number_format($rows->total()) }} @lang('rows').
@else @if ($rows->total() === count($selected))
@lang('You have selected') {{ count($selected) }} @lang(count($selected) === 1 ? 'row' : 'rows').
@else
@lang('You have selected') {{ $rows->count() }} @lang('rows, do you want to select all') {{ number_format($rows->total()) }}?
@endif @endif
@endif