@php Theme::layout('blog-sidebar') @endphp

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

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

{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}
@if (!$post->tags->isEmpty()) @endif
@php $relatedPosts = get_related_posts($post->id, 2); @endphp @if ($relatedPosts->count()) @endif