htmlAttributes() !!} class="shortcode-our-mission shortcode-our-mission-style-1 section-cta-11 position-relative section-padding fix">
@if ($image = $shortcode->image)
{{ RvMedia::image($image, $shortcode->title, attributes: ['class' => 'rounded-3']) }}
@endif @if ($image2 = $shortcode->image_2)
{{ RvMedia::image($image2, $shortcode->title, attributes: ['class' => 'rounded-3']) }}
@endif
@if (count($tabs) > 0)
@foreach($tabs as $tab) @php $itemTitle = Arr::get($tab, 'title'); $itemData = Arr::get($tab, 'data'); $itemTextColor = Arr::get($tab, 'text_color'); $itemTextColor = $itemTextColor ? ($itemTextColor !== 'transparent' ? $itemTextColor : null) : null; $itemBgColor = Arr::get($tab, 'background_color'); $itemBgColor = $itemBgColor ? ($itemBgColor !== 'transparent' ? $itemBgColor : null) : null; @endphp @continue(! $itemTitle || ! $itemData)
$itemTextColor, "--tab-bg-color: {$itemBgColor}" => $itemBgColor, ]) >
@if($itemUnit = Arr::get($tab, 'unit')) {!! BaseHelper::clean($itemUnit) !!} @endif

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

@endforeach
@endif @if ($image1 = $shortcode->image_1)
{{ RvMedia::image($image1, $shortcode->title, attributes: ['class' => 'rounded-3 mw-lg-310']) }}
@endif
@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 @if (is_plugin_active('testimonial') && $testimonials->isNotEmpty())
@foreach($testimonials as $testimonial)
!$loop->first])>
@if ($testimonialImage = $testimonial->image) {{ RvMedia::image($testimonialImage, $testimonial->name, attributes: ['class' => 'rounded-circle', 'width' => 64]) }} @endif
@php $ratingImageUrl = Theme::asset()->url('images/icons/star-yellow.png'); @endphp @foreach(range(1, 5) as $i) star @endforeach
{{ $testimonial->name }}
@if ($testimonialContent = $testimonial->content)

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

@endif
@endforeach
@endif
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, __('Image')) }}
@endif