@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 ($badge = $shortcode->badge) {{ $badge }} @endif @if ($title = $shortcode->title)

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

@endif
@if (($buttonLabel = $shortcode->button_label) && ($buttonLink = $shortcode->link)) @endif
@foreach ($services as $service)
@if ($iconImage = $service->getMetaData('icon_image', true))
{{ RvMedia::image($iconImage, $service->name) }}
@elseif ($icon = $service->getMetaData('icon', true))
@endif

{{ $service->name }}

@if ($description = $service->description)

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

@endif @if ($iconImage = $service->getMetaData('icon_image', true))
{{ RvMedia::image($iconImage, $service->name) }}
@elseif ($icon = $service->getMetaData('icon', true))
@endif
@endforeach
@if ($bgImage = $shortcode->background_image)
{{ RvMedia::image($bgImage, $shortcode->title, attributes: ['class' => 'aos-init aos-animate', 'data-aos' => 'fade-left', 'data-aos-delay' => '200']) }}
@endif