{{-- Communities --}} @if ($communities->count()) @foreach ($communities as $community)
{{ $community->name }}
{{ $community->name }}
{!! $community->description !!}
@if ($community->followers_count > 0) {{ $community->followers_count . ' ' . __('followers') }} @endif @if ($community->stories()->count() > 0) {{ $community->stories_count . ' ' . __('stories') }} @endif
@endforeach @if ($communities->hasMorePages())
{{ __('Load more') }}
@endif @else

{{ __('No communities yet') }}

@endif