@if ($image = $shortcode->image) {{ RvMedia::image($image, '', attributes: ['class' => 'rounded-4']) }} @endif @if(($floatingButtonLabel = $shortcode->floating_action_label) && ($floatingButtonUrl = $shortcode->floating_action_url)) @endif
vector
@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

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

@endif @if($features) @php $featuresChunk = array_chunk($features, ceil(count($features) / 2)); @endphp
@foreach($featuresChunk as $features)
    $loop->last])> @foreach($features as $feature) @continue(! $featureTitle = Arr::get($feature, 'title'))
  • check {!! BaseHelper::clean($featureTitle) !!}
  • @endforeach
@endforeach
@endif @php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp @if(($primaryButtonLabel && $primaryButtonUrl) || ($secondaryButtonLabel && $secondaryButtonUrl)) @endif