@if(empty(request()->query('pid')))
@if(get_buzzy_config('p_buzzycomment')=='on') @php($popularComments=app('App\Repositories\CommentRepository')->getPopular(['post_id' => $post->id])) @php($comments=app('App\Repositories\CommentRepository')->get(['post_id' => $post->id], $popularComments->pluck('id'))) @include('comments.index', ['comments' => $comments, 'popularComments' => $popularComments]) @endif @if(get_buzzy_config('p_easycomment')=='on')
@endif @if(get_buzzy_config('p_facebookcomments')=='on')

{{ trans('index.conversations') }}

@endif @if(get_buzzy_config('p_disquscomments')=='on')

{{ trans('index.disqusconversations') }}

@endif
@endif