{!! Theme::partial('shortcodes.team.partials.header', ['shortcode' => $shortcode, 'wrapperClass' => 'text-center']) !!}
@foreach($teams as $team)
{{ RvMedia::image($team->photo, $team->name) }}

{{ $team->name }}

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