@if($subtitle = $shortcode->subtittle)
{{ $subtitle }}
@endif @if($title = $shortcode->title)

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

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

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

@endif
@foreach($teams as $team)
{!! Theme::partial('shortcodes.teams.includes.item', compact('team')) !!}
@endforeach