@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
@if (count($teams) > 0)
@foreach ($teams as $team)
{{ RvMedia::image($team->photo, $team->name) }}

{{ $team->name }}

{{ $team->title }}
@endforeach
@endif