{{ $post->name }}
{!! BaseHelper::clean($post->content) !!}
@if ($post->tags->isNotEmpty())
@endif
{{ __('Comment') }}
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}