htmlAttributes() !!} class="features-1 section-padding shortcode-features shortcode-features-style-1"> @if($shortcode->title || $shortcode->subtitle)
$shortcode->image, 'col-lg-12' => ! $shortcode->image])> @if($shortcode->subtitle)
dots {{ $shortcode->subtitle }}
@endif @if($shortcode->title)

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

@endif
@if($shortcode->image)
{{ RvMedia::image($shortcode->image, __('Image'), attributes: ['class' => 'position-absolute top-50 start-0 translate-middle-y z-0']) }}
@endif
@endif
$shortcode->title || $shortcode->subtitle])> @foreach($features as $feature)
@if(! empty($feature['icon_image']))
icon
@elseif($feature['icon'])
@endif
@if($feature['title']) {{ $feature['title'] }} @endif @if($feature['description'])

{!! BaseHelper::clean(nl2br($feature['description'])) !!}

@endif
@endforeach