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

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

@endif
@endif
@foreach($services as $service)
@if($icon = $service->getMetaData('icon', true)) @endif
{{ $service->name }}
@if($service->description)

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

@endif
@endforeach
@if($shortcode->bottom_text)

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

@endif