@if (count($bulkActions) && (($selectPage && $rows->total() > $rows->count()) || count($selected))) @if (count($selected) && !$selectAll && !$selectPage)
@lang('You have selected') {{ count($selected) }} @lang(':rows', ['rows' => 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(':rows', ['rows' => 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