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

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

@endif
@if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif
@foreach ($services as $service)
@if ($iconImage = $service->getMetaData('icon_image', true))
{{ RvMedia::image($iconImage, $service->name, attributes: ['width' => 32, 'height' => 32, 'loading' => false]) }}
@elseif ($icon = $service->getMetaData('icon', true))
@endif

{{ $service->name }}

@if ($description = $service->description)

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

@endif @if ($iconImage = $service->getMetaData('icon_image', true))
{{ RvMedia::image($iconImage, $service->name, attributes: ['width' => 32, 'height' => 32, 'loading' => false]) }}
@elseif ($icon = $service->getMetaData('icon', true))
@endif
@endforeach
@if ($bgImage = $shortcode->background_image)
{{ RvMedia::image($bgImage, $shortcode->title, attributes: ['data-aos' => 'fade-left', 'data-aos-delay' => '200']) }}
@endif