{{ Form::open(array('url' => 'needs/confirm')) }}
@foreach ($data as $game)
Warning: Undefined variable $game in /home/abazis/apps/euroclub-6/resources/views/needs/teamcomposition.blade.php on line 10

Warning: Trying to access array offset on null in /home/abazis/apps/euroclub-6/resources/views/needs/teamcomposition.blade.php on line 10

Warning: Undefined variable $game in /home/abazis/apps/euroclub-6/resources/views/needs/teamcomposition.blade.php on line 10

Warning: Trying to access array offset on null in /home/abazis/apps/euroclub-6/resources/views/needs/teamcomposition.blade.php on line 10
@foreach ($game['players'] as $player) {{ Form::hidden('avail_id[' . $player['id'] . ']', $player['avail']) }}
Warning: Undefined variable $player in /home/abazis/apps/euroclub-6/resources/views/needs/teamcomposition.blade.php on line 23

Warning: Trying to access array offset on null in /home/abazis/apps/euroclub-6/resources/views/needs/teamcomposition.blade.php on line 23
@endforeach
{{ $game['teams'] }}
{{ $game['date'] }}
{{$player['name']}} {{$player['id']}} {{$player['ccode']}} {{$player['cval']}}
{{ $total }}
@endforeach
@foreach ( $teams as $i => $team ) @endforeach
{{ Form::checkbox( 'teams[]', $team['code'],'1') ; }} {{ $team['label'] }}



{{ Form::submit('Send' , array( 'class' => 'button bn ok')) }}
{{ Form::close() }}