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

{{ __('Posted At') }}: {{ $post->created_at->translatedFormat('M d, Y') }} - {{ 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 --}} @if (!$loop->last),@endif @endforeach
@endif
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, null, $post) !!}