@auth
{{ $model->comments()->where('status', 'accepted')->count() }} {{ trans('front::messages.posts.comments') }}
{!! nl2br(htmlentities($comment->body)) !!}
{!! nl2br(htmlentities($child_comment->body)) !!}
{{ $message }}
{{ trans('front::messages.posts.there-article') }}
{!! nl2br(htmlentities($comment->body)) !!}
@auth@foreach($child_comments as $child_comment)-
{{ $child_comment->user->fullname }} {{ trans('front::messages.posts.said') }}
{{ jdate($comment->created_at)->format('%d %B %Y') }}
@endforeach
@endif{!! nl2br(htmlentities($child_comment->body)) !!}