@if ($response->comments()->count() > $settings->number_comments_show && $counter >= 1)
{!! Helper::linkText(Helper::checkText($comment->reply)) !!}
{{$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