@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_image) data-background="{{ RvMedia::getImageUrl($bgImage) }}" @endif > @if ($bgImage1 = $shortcode->background_image_1)
{{ RvMedia::image($bgImage1, $shortcode->title, attributes: ['data-aos' => 'fade-right', 'data-aos-delay' => 0]) }}
@endif
@if ($title = $shortcode->title)

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

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

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

@endif @if (($videoURL = $shortcode->video_url) && ($buttonLabel = $shortcode->button_label)) {!! BaseHelper::clean($buttonLabel) !!} @endif
@if ($boxSubtitle = $shortcode->box_subtitle) {!! BaseHelper::clean($boxSubtitle) !!} @endif @if ($boxTitle = $shortcode->box_title)

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

@endif
@if ($boxDescription = $shortcode->box_description)

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

@endif
@foreach ($tabs as $tab)
@if ($tab['title'])

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

@endif
{{ $tab['percent'] }}%
@endforeach