@php $uniqueId = 'scta-' . uniqid(); $bgImage = $shortcode->background_image ? RvMedia::getImageUrl($shortcode->background_image) : ''; $leftImage = $shortcode->left_image ? RvMedia::getImageUrl($shortcode->left_image) : ''; $rightImage = $shortcode->right_image ? RvMedia::getImageUrl($shortcode->right_image) : ''; @endphp
@if($leftImage) @endif @if($rightImage) @endif
@if($shortcode->subtitle)

{!! nl2br(e($shortcode->subtitle)) !!}

@endif @if($shortcode->title)

{{ $shortcode->title }}

@endif
@if($shortcode->highlight)

{{ $shortcode->highlight }}

@endif @if($shortcode->description)

{{ $shortcode->description }}

@endif @if($shortcode->button_text && $shortcode->button_url) {{ $shortcode->button_text }} @endif