@if($floatingImage = $shortcode->right_floating_image)
{{ $shortcode->title }}
@endif
@if($leftImage = $shortcode->left_image)
{{ $shortcode->title }}
@endif
@if($shortcode->title || $shortcode->subtitle)
@if($subtitle = $shortcode->subtitle)
{{ $subtitle }}
@endif @if($title = $shortcode->title)

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

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

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

@endif @if($shortcode->button_label && $shortcode->button_url) @endif