htmlAttributes() !!} class="features-10 py-9 bg-primary-light shortcode-services shortcode-services-style-2 position-relative" @style($variablesStyle) >
@foreach($services as $service)
@if($iconImage = $service->getMetaData('icon_image', true)) icon @elseif($icon = $service->getMetaData('icon', true)) @endif
{{ $service->name }} @if($description = $service->description)

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

@endif {{ __('Learn More') }}
line
@endforeach