{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}

@if (! empty($teams))
@foreach($teams as $team)
{{ $team->name }}
    @if ($facebook = $team->getMetaData('social_facebook', true))
  • @endif @if ($linkedin = $team->getMetaData('social_linkedin', true))
  • @endif @if ($instagram = $team->getMetaData('social_instagram', true))
  • @endif
{{ $team->name }} @if ($team->company)

{{ $team->company }}

@endif
@endforeach
@endif