@php $teamsChunk = $teams->chunk(7); @endphp
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

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

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

@endif
@foreach($teamsChunk as $teams) @if($teams->count() > 3) @endif @endforeach
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, Theme::getSiteTitle()) }}
@endif