{{-- Заголовок --}}
{{-- Контент поста --}}
{{-- Действия с постом --}}
{{ $post->title }}
{{ $comments->count() }} {{ Str::plural('comment', $comments->count()) }}
{!! nl2br(e($post->content)) !!}