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

{{ $title }}

@endif
@foreach($teams as $team)
@if ($avatar = $team->photo)
{{ $team->name }}
@endif
@if ($name = $team->name) {{ $team->name }} @endif @if ($title = $team->title)

{{ $team->title }}

@endif @if ($description = $team->getMetaData('description', true))

{{ $description }}

@endif
@if ($socials = $team->socials) @foreach(['facebook', 'twitter', 'instagram'] as $social) @if ($url = Arr::get($socials, $social)) @endif @endforeach @endif
@endforeach