@if ($response->comments()->count() > $settings->number_comments_show && $counter >= 1)
— {{ trans('general.load_comments') }} ({{$counter}})
@endif @foreach ($dataComments as $comment)
{{$comment->user()->hide_name == 'yes' ? $comment->user()->username : $comment->user()->name}}

{!! Helper::linkText(Helper::checkText($comment->reply)) !!}

@if ($comment->user_id == auth()->user()->id || $response->user()->id == auth()->user()->id) @endif
@endforeach