@extends('layouts.report') @section('page_title') {{ $info['year'] }}-{{ substr($info['year'] + 1, 2, 2) }} OSAA {{ $info['season_name'] }} State Championship School Reimbursements @stop @section('style') @stop @section('jquery_init') @stop @section('body') @foreach ($info['divisions'] as $division)
| School | @foreach ($info['totals']->{ $division } as $column => $value){{ strtoupper(str_replace('_', ' ', $column)) }} |
@endforeach
|---|