{!! Theme::partial('breadcrumbs') !!}
{{ $post->description }}

{{ __('Posted At') }}: {{ Theme::formatDate($post->created_at) }} - {{ number_format($post->views) }} {{ __('Views') }}

@if ($post->image)
{{ $post->name }}
@endif
{!! BaseHelper::clean($post->content) !!}
@if (!$post->tags->isEmpty())
{{ __('Tags') }}: @foreach ($post->tags as $tag) @if (!$loop->last),@endif @endforeach
@endif
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}