background_color" => $shortcode->background_color]) >
{!! Theme::partial('shortcode-heading', [ 'shortcode' => $shortcode, 'centered' => false, 'animation' => false, 'hasButton' => false, ]) !!} @if ($shortcode->description)

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

@endif
    @php $checklist = array_filter(explode(',', ($shortcode->checklist ?: ''))); @endphp @foreach ($checklist as $item)
  • {!! BaseHelper::clean($item) !!}
  • @endforeach
@if ($shortcode->button_label && $shortcode->button_url) {{ $shortcode->button_label }} @endif
@foreach ($services as $service)
@if ($service['icon_image']) {{ RvMedia::image($service['icon_image'], $service['title'], attributes: ['class' => 'icon', 'data-bb-lazy' => 'false', 'style' => sprintf('max-width: %spx !important; max-height: %spx !important;', $iconImageSize, $iconImageSize)]) }} @elseif($service['icon']) @endif
{!! BaseHelper::clean($service['title']) !!}

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

@if ($service['button_url']) {{ $service['button_label'] ?? __('Learn More') }} @endif
@endforeach