htmlAttributes() !!} class="shortcode-features shortcode-features-style-6">
@php $floatingCardTitle = $shortcode->floating_card_title; $floatingCardImage = $shortcode->floating_card_image; @endphp
@if ($image = $shortcode->image) {{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-4 position-relative z-1']) }} @endif
@if ($floatingCardTitle)

{!! BaseHelper::clean($floatingCardTitle) !!}

@endif @if($floatingCardImage)
{{ RvMedia::image($floatingCardImage, __('Image'), attributes: ['style' => 'max-width: 10.5rem']) }}
@endif
vector
@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif @if ($features)
@foreach($features as $feature) @php $featureTitle = Arr::get($feature, 'title'); $featureDescription = Arr::get($feature, 'description'); @endphp @continue(! $featureTitle || ! $featureDescription)
$loop->first]) data-bs-parent=".accordion">

{!! BaseHelper::clean($featureDescription) !!}

@endforeach
@endif