{!! Theme::partial('shortcodes.team.partials.header', compact('shortcode')) !!}
@if ($description = $shortcode->description)

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

@endif
@foreach($teams as $team)
{{ RvMedia::image($team->photo, $team->name) }}

{{ $team->name }}

@if ($title = $team->title) {{ $title }} @endif
@endforeach