htmlAttributes() !!} class="shortcode-features shortcode-features-style-5 section-features-9 position-relative">
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif @if ($description = $shortcode->description)

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

@endif @if($checklist)
    @foreach($checklist as $item)
  • {{ $item }}

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

  • @endforeach
@endif
@if ($floatingCardImage = $shortcode->floating_card_image) {{ RvMedia::image($floatingCardImage, attributes: ['class' => 'rounded-4 border border-3 border-white']) }} @endif @php $floatingCardButtonUrl = $shortcode->floating_card_button_url; $floatingCardButtonLabel = $shortcode->floating_card_button_label; @endphp @if($floatingCardButtonUrl && $floatingCardButtonLabel) @endif
@if ($dataCounters)
@foreach($dataCounters as $dataCounter) @php $dataCountTitle = Arr::get($dataCounter, 'data_count_title'); $dataCount = Arr::get($dataCounter, 'data_count'); @endphp @continue(! $dataCountTitle || ! $dataCount)
@if ($dataCounterUnit = Arr::get($dataCounter, 'data_count_unit')) {!! BaseHelper::clean($dataCounterUnit) !!} @endif

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

@endforeach
@endif