@if(!count($communities))
Like-Minded Group
You have not created any like-minded group, CREATE ONE NOW!
@endif
@foreach($communities as $community) {!! Theme::section('community.display', ['community' => $community]) !!} @endforeach
{!! $communities->render() !!}