Gebannte IPs {{ count($rows) }}
@if(empty($rows))
Keine aktiven Banns vorhanden.
@else
@foreach($rows as $r)
{{ $r['ip'] }} {{ $r['jail'] }} {{ $r['label'] }}
@endforeach
@endif