@if ($image = $shortcode->image) {{ RvMedia::image($image, '', attributes: ['class' => 'rounded-5 border border-5 border-white']) }} @endif @php $floatingDataCountTitle = $shortcode->floating_data_count_title; $floatingDataCount = $shortcode->floating_data_count; $floatingButtonLabel = $shortcode->floating_button_label; $floatingButtonUrl = $shortcode->floating_button_url; @endphp @if($floatingDataCountTitle && $floatingDataCount)

@if ($floatingDataUnit = $shortcode->floating_data_count_unit) {!! BaseHelper::clean($floatingDataUnit) !!} @endif

{!! BaseHelper::clean($floatingDataCountTitle) !!}
@if ($floatingDataCountSubtitle = $shortcode->floating_data_count_subtitle)

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

@endif @if ($floatingButtonLabel && $floatingButtonUrl) @if ($charHighlight = $shortcode->floating_button_characters_highlight) {!! BaseHelper::clean($charHighlight) !!} @endif {!! BaseHelper::clean($floatingButtonLabel) !!} @endif
@endif
arrow
@if ($title = $shortcode->title)

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

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

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

@endif @if (($buttonLabel = $shortcode->primary_action_label) && ($buttonUrl = $shortcode->primary_action_url)) {!! BaseHelper::clean($buttonLabel) !!} @if ($primaryIcon = $shortcode->primary_action_icon) @endif @endif @if ($bottomDescription = $shortcode->bottom_description)

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

@endif
@if (count($tabs) > 0)
@foreach($tabs as $tab) @php $itemTitle = Arr::get($tab, 'title'); $itemData = Arr::get($tab, 'data'); @endphp @continue(!$itemTitle || !$itemData)
$loop->last])> @if($loop->last) @endif
$loop->last, 'mx-auto' => $loop->first])>

{!! BaseHelper::clean(Arr::get($tab, 'unit')) !!}

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

@endforeach
@endif @if (is_plugin_active('testimonial') && $testimonials->isNotEmpty())
@foreach($testimonials as $testimonial)
{{ RvMedia::image($testimonial->image, $testimonial->name, attributes: ['class' => 'rounded-circle', 'width' => 48]) }}
@foreach(range(1, 5) as $i) star @endforeach

{!! BaseHelper::clean($testimonial->content) !!}

@endforeach
@endif
shine effect
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage) }}
@endif
swing