@section('page_title') OSAA - Participation Records @stop @section('page_sub_title') OSAA Member School Participation Records @stop @section('scripts') @parent @stop @section('jquery_init') @stop @section('page_functions') @stop @section('main_content') @if (count($info['records']) > 0) @foreach ($info['records'] as $year_index => $records)

{{ $year_index }}

@foreach ($records as $title => $record) @if (count($records) == 2)
@elseif (count($records) == 3)
@else
@endif

{{ $title }}

{{ $record->text }}
@endforeach


@endforeach @else There are no records to display. @endif

@stop