Most Popular Posts
@if($communications->count() > 0)
View all
@endif
@if($communications->count() > 0)
@foreach ($communications as $communication)
{{ \Illuminate\Support\Str::limit($communication->title, $limit = 35, $end = '...') }} {{$communication->likes}} likes, {{$communication->communication_notification_comments_count}} comments
@endforeach
@else
No Post.
@endif