{{ $blogArticle->title }}
{!! $blogArticle->content !!}
@include('themes.basic.partials.share-buttons', [
'link' => url()->current(),
])
{{ translate('Comments', 'blog') }} ({{ $blogArticleComments->count() }})
@forelse ($blogArticleComments as $blogArticleComment){{ $blogArticleComment->user->name }}
{!! replace_br($blogArticleComment->comment) !!}