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

{{ $title }}

@endif
@if(count($teams) > 0) @foreach($teams as $team)
{{ $team->name }}
{{ $team->name }}

{{ $team->title }}

@foreach (collect($team->socials)->toArray() as $key => $value) @endforeach
@if ($description = $team->getMetaData('description', true))

{{ Str::limit($description) }}

@endif
@endforeach @endif