@php $bgColor = $shortcode->background_color; $bgColor = $bgColor === 'transparent' ? null : $bgColor; @endphp
htmlAttributes() !!} class="shortcode-platforms-featured shortcode-platforms-featured-style-1 section-feature-5" @style([ "--shortcode-background-color: $bgColor" => $bgColor, ]) >
@if ($image = $shortcode->image)
{{ RvMedia::image($image, __('Image'), attributes: ['class' => 'rounded-4 border border-2 border-white position-relative z-1']) }}
@endif
@if ($title = $shortcode->title)

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

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

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

@endif @if (($actionLabel = $shortcode->primary_action_label) && ($actionUrl = $shortcode->primary_action_url)) {!! BaseHelper::clean($actionLabel) !!} @if ($actionIcon = $shortcode->primary_action_icon) @endif @endif
@if ($tabs)
@foreach($tabs as $tab) @continue(! $tabTitle = Arr::get($tab, 'title')) {!! BaseHelper::clean($tabTitle) !!} @endforeach
@endif