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

{!! BaseHelper::clean($shortcode->title) !!}

@endif
@endif @if($shortcode->description)

{!! BaseHelper::clean($shortcode->description) !!}

@endif
@foreach(collect($services)->chunk(4) as $services)
@foreach($services as $service)
@if ($service['icon_image']) {{ RvMedia::image($service['icon_image'], $service['title'], attributes: ['class' => 'icon', 'data-bb-lazy' => 'false', 'style' => sprintf('max-width: %spx !important; max-height: %spx !important;', $iconImageSize, $iconImageSize)]) }} @elseif($service['icon']) @endif

{!! BaseHelper::clean(nl2br($service['description'])) !!}

@endforeach
@endforeach