@php $backgroundColor = $shortcode->background_color; $backgroundImage = $shortcode->background_image ? RvMedia::url($shortcode->background_image) : null; @endphp
$backgroundColor, "--background-image: url('$backgroundImage')" => $backgroundImage ])> @if ($image = $shortcode->image)
{{ RvMedia::image($image, $shortcode->title) }}
@endif
@if ($title = $shortcode->title)

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

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

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

@endif
@if (($platformAppleLabel = $shortcode->platform_apple_label) && ($platformAppleUrl = $shortcode->platform_apple_url)) @if ($appleIcon = $shortcode->platform_apple_icon) {!! BaseHelper::renderIcon($appleIcon) !!} @endif {!! BaseHelper::clean($platformAppleLabel) !!} @endif @if (($platformGoogleLabel = $shortcode->platform_google_label) && ($platformGoogleUrl = $shortcode->platform_google_url)) @if ($googleIcon = $shortcode->platform_google_icon) {!! BaseHelper::renderIcon($googleIcon) !!} @endif {!! BaseHelper::clean($platformGoogleLabel) !!} @endif