@php $cardWrapperClass = $cardWrapperClass ?? 'card-body p-0 bg-white'; @endphp
{{ RvMedia::image($post->image, $post->name, 'horizontal_thumb', attributes: ['class' => 'rounded-3']) }}
@if($post->firstCategory) {{ $post->firstCategory->name }} @endif
{!! BaseHelper::clean($post->name) !!}

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