@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['school_objects'] as $school_object)
A/R - Athletics
{{ $school_object->school->name }}
{{ $school_object->address->line_1 }}
@if (!Helpers::strIsEmpty($school_object->address->line_2))
{{$school_object->address->line_2 }}
@endif
{{ $school_object->address->city }}, {{ $school_object->address->state }} {{ $school_object->address->zip }}
For the current OSAA playoff reimbursement formula, visit www.osaa.org/governance/forms.
|
{{ $school_object->school->name }}
|
{{ $info['season_name'] }} {{ $info['year'] }}-{{ substr(intval($info['year']) + 1, 2, 2) }} Reimbursement Summary
|
@foreach ($school_object->activity_items as $activity_slug => $activity_item)
Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/reimbursements/season_school_details_report.blade.php on line 328
Fatal error: Uncaught exception 'Exception' with message 'Unhandled activity slug in configuration.' in /home/osaa/web_app/dev/app/views/reimbursements/season_school_details_report.blade.php:339
Stack trace:
#0 {main}
thrown in /home/osaa/web_app/dev/app/views/reimbursements/season_school_details_report.blade.php on line 339