@if($shortcode->image_1 || $shortcode->image_2)
@if($shortcode->image_1)
{!! RvMedia::image($shortcode->image_1, $shortcode->title) !!}
@endif @if($shortcode->image_2)
{!! RvMedia::image($shortcode->image_2, $shortcode->title) !!}
@endif
@endif
@if($shortcode->subtitle) {!! BaseHelper::clean($shortcode->subtitle) !!} @endif @if($shortcode->title)

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

@endif
@if($shortcode->description)

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

@endif @if($shortcode->action_label) @endif