@forelse($communities as $community)
@if($community->description)
{{ $community->description }}
@endif
{{ $community->posts_count }} posts • {{ $community->subscribers_count }} subscribers
• Created {{ $community->created_at->diffForHumans() }}
@empty
No communities yet. Be the first to create one!
@endforelse
{{ $communities->links() }}
@endsection