{{Str::limit($community->title, 30)}}

{!! Theme::extend('community-display', ['community' => $community]) !!} {{count($community->members) + 1}} {{trans('community.members')}} | {{count($community->posts)}} {{trans('post.posts')}} @if($community->external_community == 1)
Manage Community
@endif