{!! 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 @if (theme_option('facebook_comment_enabled_in_post', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif
@php $relatedPosts = get_related_posts($post->id, 3); @endphp @if ($relatedPosts->count()) @endif