@if(count($teams) > 0)

@lang('frontend.labels.teams')

@foreach($teams as $team)

{{ $team->name }}

{{ $team->position }}
@endforeach

@endif