@php Theme::set('navStyle', 'light'); Theme::set('pageDescription', $post->description) @endphp {!! Theme::partial('breadcrumb') !!}
{!! BaseHelper::clean($post->content) !!}
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, theme_option('facebook_comment_enabled_in_post', 'yes') == 'yes' ? Theme::partial('comment') : null) !!}
@if ($post->tags->count())
{{ __('Tags:') }} @foreach ($post->tags as $tag) {{ $tag->name }}@if (! $loop->last), @endif @endforeach
@endif
{{ __('Share:') }}
{!! dynamic_sidebar('blog_sidebar') !!}