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

{{ $title }}

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

{{ $subtitle }}

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

{{ $title }}

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

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

@endif
@endforeach
@endif