@if (is_plugin_active('blog'))
{!! BaseHelper::clean($subtitle) !!}
{{ Theme::formatDate($post->created_at) }} {{ __('in') }} @if ($post->firstCategory) {{ $post->firstCategory->name }} @endif
{{ number_format($post->views) }}
{{ Str::words($post->description, 35) }}