@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) {{ $category->name }} @if (!$loop->last) , @endif @endforeach

{!! BaseHelper::clean($post->content) !!} @if (theme_option('facebook_comment_enabled_in_post', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!} @endif
@if (!$post->tags->isEmpty()) @endif
@php $relatedPosts = get_related_posts($post->id, 2); @endphp @if ($relatedPosts->count()) @endif