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

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

@endif
@if($shortcode->button_label) {{ $shortcode->button_label }} @endif
@if($shortcode->image)
{{ RvMedia::image($shortcode->image, $shortcode->title) }}
@endif