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

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

@endif
@foreach($services as $service)
$loop->odd])> @if($iconImage = $service->getMetaData('icon_image', true)) icon @elseif($icon = $service->getMetaData('icon', true)) @endif
{{ $service->name }}
@if ($serviceDescription = $service->description)

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

@endif {{ __('Learn More') }}
@endforeach
@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) || ($secondaryButtonUrl && $secondaryButtonLabel)) @endif
@if($shortcode->background_image)
{{ RvMedia::image($shortcode->background_image, Theme::getSiteTitle()) }}
@endif