@if($hasLeftCol = ($shortcode->right_image || $shortcode->right_image_shape))
@if($shortcode->right_image)
{{ RvMedia::image($shortcode->right_image, $shortcode->title) }}
@endif
@if($shortcode->right_image_shape)
{{ RvMedia::image($shortcode->right_image_shape, $shortcode->title, attributes: ['width' => '80px']) }}
@endif