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