@unless ($selectAll)
{!! __('You have selected :count users, do you want to select all :total?', ['count' => $rows->count(), 'total' => number_format($rows->total())]) !!}
@else
{!! __('You are currently selecting all :total users.', ['total' => number_format($rows->total())]) !!}
@endif