@php if (theme_option('preloader_enabled', true)) { Theme::asset()->usePath()->add('aos-css', 'plugins/aos/aos.css'); Theme::asset()->container('footer')->usePath()->add('aos-js', 'plugins/aos/aos.js'); } @endphp
background_color) style="background-color: {{ $bgColor }}" @endif >
@if ($image = $shortcode->image) {{ RvMedia::image($image, $shortcode->title) }} @endif @if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title) }} @endif @if ($bgImage2 = $shortcode->background_image_2) {{ RvMedia::image($bgImage2, $shortcode->title) }} @endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif
@foreach ($tabs as $tab)
@if ($tab['data'])
{{ $tab['data'] }}{{ $tab['unit'] }} @if ($tab['title'])

{!! BaseHelper::clean($tab['title']) !!}

@endif
@endif
@endforeach
@if ($bgImage3 = $shortcode->background_image_3)
{{ RvMedia::image($bgImage3, $shortcode->title, attributes: ['data-aos' => 'fade-right', 'data-aos-delay' => 200]) }}
@endif