@php $shapeLeft = $shortcode->shape_image_left; $shapeRight = $shortcode->shape_image_right; @endphp @if($shapeLeft || $shapeRight)
@if($shapeLeft) {{ RvMedia::image($shapeLeft, 'shape-left', attributes: ['class' => 'tp-cta-shape-1']) }} @endif @if($shapeRight) {{ RvMedia::image($shapeRight, 'shape-right', attributes: ['class' => 'tp-cta-shape-2']) }} @endif
@endif
@if($title = $shortcode->title)

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

@endif
@if($screenshot = $shortcode->screenshot)
{{ RvMedia::image($screenshot, 'mobile-screenshot', attributes: ['loading' => false]) }}
@endif