@if($shortcode->subtitle)
dots {!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->description)

{!! BaseHelper::clean(nl2br($shortcode->description)) !!}

@endif
@php $index = 1; @endphp @foreach($teams as $team) @php $index = $index >= 4 ? 1 : $index + 1; @endphp
{{ RvMedia::image($team->photo, $team->name, attributes: ['class' => 'img-fluid w-100']) }}
@if($team->name)
{{ $team->name }}
@endif
@if($team->title) {{ $team->title }} @endif
@endforeach
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, Theme::getSiteTitle()) }}
@endif