@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 ($bgImage = $shortcode->background_image)
{{ RvMedia::image($bgImage, $shortcode->title, attributes: ['data-aos' => 'fade-right', 'data-aos-delay' => '200']) }}
@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 ($teams as $team)
{{ RvMedia::image($team->photo, $team->name) }} @if ($socials = $team->socials) @endif

{{ $team->name }}

{{ $team->title }}
@endforeach