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

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

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

@foreach($teams as $team)
{{ $team->name }}
{{ $team->name }}

{{ $team->title }}

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