@if(count($teams) > 0) @lang('frontend.labels.teams') @foreach($teams as $team) {{ $team->name }} {{ $team->position }} @endforeach @lang('frontend.labels.more_info') @endif