Currently Featured
@if($featuredGroups->isEmpty())
No Featured Groups Yet
Start featuring groups to give them more visibility
Browse Groups
@else
@foreach($featuredGroups as $group)
Featured
{{ $group->name }}
{{ Str::limit($group->description, 80) }}
{{ $group->members_count ?? 0 }}
{{ $group->posts_count ?? 0 }}
{{ $group->is_private ? 'Private' : 'Public' }}
@endforeach
{{ $featuredGroups->links('pagination::bootstrap-5') }}
@endif
{{-- @if($suggestedGroups->isNotEmpty())
Suggested Groups
@foreach($suggestedGroups as $group)
@endforeach
@endif --}}