@section('page_title') OSAA Staff @stop @section('header') Check Colley Rankings @stop @section('scripts') @stop @section('jquery_init') $('html').css({'height' : '100%'}); $('body').css({'min-height' : '93%', 'background-color' : '#ffffff;'}); @stop @section('content')
@foreach ($information['checks'] as $activity => $divisions)

{{ $information['year'] }}-{{ intval(substr($information['year'], 2, 2)) + 1 }} {{ Helpers::getActivityName($activity) }}

@foreach ($divisions as $division => $check)

{{ $division }} {{ $activity }}

Test: @if ($check->pass) PASS @else FAIL @endif
Mean: {{ $check->mean }}
@if (count($check->cts_count) > 0) @foreach ($check->cts_count as $id => $text) {{ $id }} - {{ $text }}
@endforeach @endif @if (count($check->colleyable) > 0) @foreach ($check->colleyable as $id => $text) {{ $id }} - {{ $text }}
@endforeach @endif
@endforeach



@endforeach
@stop