{{ $post->name }}

{!! Theme::breadcrumb()->render() !!}

{{ $post->name }}

@if (!$post->categories->isEmpty()) {{ $post->categories->first()->name }} @endif {{ $post->created_at->format('M d, Y') }} @if (!$post->tags->isEmpty()) @foreach ($post->tags as $tag) {{ $tag->name }} @endforeach @endif
{!! BaseHelper::clean($post->content) !!}

{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null) !!} @php $relatedPosts = get_related_posts($post->getKey(), 2); @endphp @if ($relatedPosts->isNotEmpty()) @endif