@if ($title = $shortcode->title)

{{ $shortcode->title }}

@endif
@if ($shortcode->button_primary_label && $shortcode->button_primary_url) {{ $shortcode->button_primary_label }} @endif @if ($shortcode->button_secondary_label && $shortcode->button_secondary_url) {{ $shortcode->button_secondary_label }} @endif
@if ($description = $shortcode->description)

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

@endif @if(count($teams) > 0)
{{ $teams[0]->name }}
{{ $teams[0]->name }}
@foreach(range(1, 5) as $i) {{ __('Star') }} @endforeach
@endif
@if(count($teams) > 0)
@switch(count($teams)) @case(1)
{{ $teams[0]->name }}
@break @case(2) @foreach($teams as $team)
{{ $team->name }}
@endforeach @break @case(3)
{{ $teams[0]->name }}
{{ $teams[1]->name }}
{{ $teams[2]->name }}
@break @case(4)
{{ $teams[0]->name }}
{{ $teams[1]->name }}
{{ $teams[2]->name }}
{{ $teams[3]->name }}
@break @case(5)
{{ $teams[0]->name }}
{{ $teams[1]->name }}
{{ $teams[2]->name }}
{{ $teams[3]->name }}
{{ $teams[4]->name }}
@break @case(6)
{{ $teams[0]->name }}
{{ $teams[1]->name }}
{{ $teams[2]->name }}
{{ $teams[3]->name }}
{{ $teams[4]->name }}
{{ $teams[5]->name }}
@break @endswitch
@endif