{!! $blogArticle->body !!}
@if (authUser())
{{ translate('Leave a comment') }}
@else
{{ translate('Login or create account to leave comments') }}
@endif
{{ translate('Comments') }} ({{ $blogArticleComments->count() }})
@forelse ($blogArticleComments as $blogArticleComment) @php $user = $blogArticleComment->user; @endphp{{ $user->username }}
{!! purifier($blogArticleComment->body) !!}