{!! BaseHelper::clean($post->name) !!}

{{ $post->created_at->translatedFormat('d M, Y') }} - @foreach($post->categories as $category) {!! BaseHelper::clean($category->name) !!}@if (!$loop->last),@endif @endforeach

{!! BaseHelper::clean($post->content) !!}
@if (!$post->tags->isEmpty()) {{ __('Tags') }}: @foreach ($post->tags as $tag) {{ $tag->name }}@if (!$loop->last),@endif @endforeach @endif
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}
@php $relatedPosts = get_related_posts($post->id, 3); @endphp @if ($relatedPosts->count()) @endif