{!! 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
@if ($description = $team->description)
{!! BaseHelper::clean($description) !!}
@endif
@endforeach
@if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif