@if(count($popularComments) > 0)

{{__('Popular Comments')}}

@endif

@php($commentsTotal = $comments ? $comments->total() : 0) {{trans_choice('{0} :count comment|[2,*] :count comments', $commentsTotal, ['count' => $commentsTotal])}}

@if(count($comments) > 0) @include('comments.pages._comments_list', ['comments' => $comments]) @else
{{__('Write the first comment for this!')}}
@endif