@php $style = $shortcode->style ?: 'style-1'; @endphp @if (in_array($style, ['style-1','style-2','style-3']))
$style === 'style-1', 'cta-area-two pt-120' => $style === 'style-2', ]) >
$style === 'style-1', 'cta-inner-wrap-two' => $style === 'style-2', 'cta-inner-wrap-three' => $style === 'style-3', ]) @if ($bgImage = $shortcode->background_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif >
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($hotline = $shortcode->hotline) {!! BaseHelper::clean($hotline) !!} @endif
@if ($title = $shortcode->title)

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

@endif
@if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif
@else {!! Theme::partial('shortcodes.contact-block.styles.' . $style, compact('shortcode')) !!} @endif