{{ RvMedia::image($post->image, $post->name, attributes: ['class' => 'rounded-top-3']) }}
@if($post->firstCategory)
{{ $post->firstCategory->name }}
@endif
{{ $post->name }}
@if ($postDescription = $post->description)
{!! BaseHelper::clean($postDescription) !!}
@endif