{{ RvMedia::image($post->image, $post->name, 'post-thumbnail') }} @if($post->firstCategory) {{ $post->firstCategory->name }} @endif
{{ Theme::formatDate($post->created_at) }} • {{ __(':count min read', ['count' => $post->time_reading]) }}
{!! BaseHelper::clean($post->name) !!}
@if($post->description)

{!! Str::limit(BaseHelper::clean($post->description)) !!}

@endif