@if ($selectAll)
                    
                        
                            @lang('You are currently selecting all')
                            {{ number_format($rows->total()) }}
                            @lang('rows').
                        
                        
                    
                @else
                    
                        
                            @lang('You have selected')
                            {{ $selected }}
                            @lang('rows, do you want to select all')
                            {{ number_format($rows->total()) }}?
                        
                        
                        
                    
                @endif
            
        
    @elseif ($theme === 'bootstrap-4' || $theme === 'bootstrap-5')