{{ HTML::style('css/bootstrap.css') }} {{ HTML::style('css/bootstrap-responsive.css') }} {{ HTML::script('js/jquery-1.11.0.min.js') }} {{ HTML::script('js/bootstrap.min.js') }} {{ HTML::script('js/highcharts.js') }} {{ HTML::script('js/modal.js?v2') }} @include('header') League gemiddelde: {{ number_format($average,2); }} Laatst bijgewerkte speelavond: {{ date('d-M-Y', strtotime($lastupdate)); }}

Team standen

@foreach ($teams as $team) @endforeach
Plaats Naam Punten
{{ $cnt++ }} {{$team->screenname}} {{$team->score}}

Uitslagen laatste avond

id != 0 && $lastgames[$i]->team_id != '667') {//ugly hack for team X if it's in the results more than once echo '';continue; } //ugly hack for team X if it's in the results more than once :( for ($c = 0; $c < count($lastgames); $c++) { if ($lastgames[$c]->team_id == $competitor) { echo ''.$lastgames[$c]->screenname.''; $lastgames[$c]->id = 0; } } } } ?>
'.$lastgames[$i]->screenname.' - '; $competitor = $lastgames[$i]->competitor_team_id; if ($competitor == '667') { echo 'Team X '.$lastgames[$i]->score.'-0
'.$lastgames[$i]->score.'-'.$lastgames[$c]->score.'

Individuele standen

@foreach ($men as $man) @endforeach @foreach ($women as $woman) @endforeach
PlaatsNaamGemiddeldeHoogste game
Heren
{{$cnt++}}{{$man->screenname}}{{number_format($man->average,2)}}{{$man->max}}
Dames
{{$cntw++}}{{$woman->screenname}}{{number_format($woman->average,2)}}{{$woman->max}}