@if ($subtitle = $shortcode->subtitle)
icon {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

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

@endif @if(count($features) > 0)
@foreach(array_chunk($features, 2) as $items)
    ! $loop->first])> @foreach($items as $item) @continue(! $itemTitle = Arr::get($item, 'title'))
  • check icon {!! BaseHelper::clean($itemTitle) !!}
  • @endforeach
@endforeach
@endif
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $title, attributes: ['class' => 'rounded-4 border border-2 bg-white shadow-2 hover-up mt-5 p-6 position-relative z-1']) }}
@endif