@php $bgColor = $shortcode->background_color; $bgColor = $bgColor === 'transparent' ? null : $bgColor; @endphp
htmlAttributes() !!} class="section-feature-13 border-bottom border-top bg-1 section-padding shortcode-features shortcode-features-style-9" @style([ "background-color: $bgColor !important" => $bgColor, ]) >
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @if ($description = $shortcode->description)

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

@endif @php $image = $shortcode->image; $image1 = $shortcode->image_1; @endphp @if($image || $image1)
@if ($image)
{{ RvMedia::image($image, __('Image')) }}
@endif @if ($image1)
{{ RvMedia::image($image1) }}
@endif
@endif