@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
@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
@if (count($tabs))
    @foreach($tabs as $tab)
  • @if ($tab['icon'])
    @endif @if ($tab['data'])

    {{ $tab['unit'] }}

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

    @endif
  • @endforeach
@endif
@if ($bgImage = $shortcode->background_image) {{ RvMedia::image($bgImage, $shortcode->title, attributes: ['data-aos' => 'fade-left', 'data-aos-delay' => 0]) }} @endif