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

{{ $title }}

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

{!! $subtitle !!}

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

{{ $service->name }}

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

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

@endif
@endforeach
@endif
@if ($shortcode->button_primary_url && $shortcode->button_primary_label) {{ $shortcode->button_primary_label }} @endif @if($shortcode->button_secondary_url && $shortcode->button_secondary_label) {{ $shortcode->button_secondary_label }} @endif