{!! BaseHelper::clean($post->description) !!}
@endif{{ Theme::formatDate($post->created_at) }}
{{ __('Tags:') }}
@foreach($post->tags as $tag) {{ $tag->name }} @endforeach{{ __('Share this post:') }}
{!! Theme::renderSocialSharing($post->url, SeoHelper::getDescription(), $post->image) !!}