@extends('layouts.grid') @section('content')

{!! mb_strtoupper(trans('labels.players'), 'UTF-8') !!}

@csrf

@foreach($teams as $team) @endforeach @foreach ($players as $player) @if($counter == 10)
PLAYER{{ $team->team_code }}
@foreach($teams as $team) @endforeach @endif @foreach($teams as $team) @endforeach @endforeach
PLAYER{{ $team->team_code }}
{{ $player->str_name }} {{ $player->classif_code }}
@endsection