@if ($subtitle = $shortcode->subtitle)
dots {!! 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) @endforeach
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, Theme::getSiteTitle()) }}
@endif