@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif
@if ($shortcode->google_play_logo && $shortcode->google_play_url) {{ __('GooglePlay') }} @endif @if ($shortcode->apple_store_logo && $shortcode->apple_store_url) {{ __('AppleStore') }} @endif
@foreach($teams as $team)
{{ $team->name }}
{{ $team->name }}

{{ $team->title }}

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