@if ($title = $shortcode->title)

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

@endif @if ($subtitle = $shortcode->subtitle)

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

@endif
@if ($shortcode->button_secondary_label && $shortcode->button_secondary_action) @endif
@if ($services->isNotEmpty())
@foreach($services as $service) @php $icon = $service->getMetadata('icon', true); $icon = $icon ?: ($service->category ? ($logo = $service->category->getMetadata('icon', true)) : null) @endphp
@if ($icon)
{{ $service->name }}
@endif
@if ($title = $service->name)

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

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

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

@endif
@endforeach
@endif