$shortcode->shape_image, 'col-lg-12' => ! $shortcode->shape_image])> @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->subtitle) {!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!} @endif
@if($shortcode->shape_image)
{{ RvMedia::image($shortcode->shape_image, $shortcode->title, attributes: ['class' => 'position-relative z-1']) }}
@endif