! $loop->last])> @if($post->firstCategory) {{ $post->firstCategory->name }} @endif

{!! BaseHelper::clean($post->name) !!}

@if($post->description)

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

@endif
{{ RvMedia::image($post->image, $post->name, 'thumb', attributes: ['class' => 'rounded-3 w-100 h-100']) }}