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

Warning: Undefined variable $code in /home/abazis/apps-5/euroclub/resources/views/teams/viewcomposition.blade.php on line 38
{{ $team['teams'] }}
{{ $team['date'] }}

{!! $team['addr'] !!}

@foreach ($team['players'] as $P)
{{ $P['pname'] }}
{{ $P['pid'] }}
{{ $P['class'] }}
{{ $P['value'] }}
@endforeach

{{ $team['value'] }} [{{ $team['range'] }}]
@endforeach
e-mail: additional communication
@foreach ( $opts as $i => $opt )
{{ $opt['label'] }}
@endforeach