@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->title)

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

@endif @if($shortcode->subtitle) {!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!} @endif
@endif @if($shortcode->action_text) @endif
@foreach($services as $service)
image && ($shortcode->show_image_on_hover != 'no')) data-img="{{ RvMedia::getImageUrl($service->image) }}" @endif >
@endforeach