htmlAttributes() !!} class="shortcode-services shortcode-services-style-6 section-services-3 section-padding position-relative" @style($variablesStyle) >
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
@foreach($services as $service)
@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
@if($shortcode->background_image)
{{ RvMedia::image($shortcode->background_image, __('Image')) }}
@endif