@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@if ($description = $shortcode->description)
{!! BaseHelper::clean($description) !!}
@endif
@if ($image = $shortcode->image)
{{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-2']) }}
@endif