@csrf
@foreach ($teams as $code => $team)
Warning: Undefined variable $code in /home/abazis/apps/euroclub-6/resources/views/teams/viewcomposition.blade.php on line 22

Warning: Undefined variable $code in /home/abazis/apps/euroclub-6/resources/views/teams/viewcomposition.blade.php on line 22
{{ $team['teams'] }}
{{ $team['value'] }} [{{ $team['range'] }}]
@foreach ($team['players'] as $P) @endforeach
{{ $P['pname'] }} {{ $P['pid'] }} {{ $P['class'] }} {{ $P['value'] }}
{!! $team['addr'] !!}
{{ $team['date'] }}

@endforeach
@foreach ( $opts as $i => $opt )
@endforeach


Compose