{{ isset($results) ? number_format($results->total()) : 0 }} groups @if(!empty($search)) Filtered by {{ $search }} @endif {!! $site['adbrowse'] ?? '' !!}
@if(!empty($search)) Clear @endif
@if(isset($results) && count($results) > 0)
Browse Groups
{{ $results->onEachSide(3)->links() }}
@foreach($results as $result) @endforeach
Name Description Last Updated
{{ str_replace('alt.binaries', 'a.b', $result->name) }} {{ $result->description ?? '' }} {{ isset($result->last_updated) ? \Carbon\Carbon::parse($result->last_updated)->diffForHumans() : 'N/A' }}
Found {{ $results->total() }} groups @if(!empty($search)) for "{{ $search }}" @endif
{{ $results->onEachSide(3)->links() }}
@else
@if(!empty($search)) No groups found matching "{{ $search }}". Show all groups @else No groups found. @endif
@endif