@if ($title = $shortcode->title)

{{ $title }}

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

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

@endif
@if ($rightImage = $shortcode->right_image)
{{ RvMedia::image($rightImage, $shortcode->title) }} @if ($rightLink = $shortcode->right_image_link) @endif
@endif @if ($leftImage = $shortcode->left_image)
{{ RvMedia::image($leftImage, $shortcode->title) }} @if ($leftLink = $shortcode->left_image_link) @endif
@endif