@php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp
htmlAttributes() !!} class="shortcode-services shortcode-services-style-5 section-team-1 position-relative fix section-padding" @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