@foreach ($objects as $object)
INVOICE
Principal / Administrator
{{ $object->school->name }}
{{ $object->data->address->line_1 }}
@if (!Helpers::strIsEmpty($object->data->address->line_2)) {{$object->data->address->line_2 }}
@endif {{ $object->data->address->city }}, {{ $object->data->address->state }} {{ $object->data->address->zip }}
A SIGNED COPY of this invoice must be returned with your check in order to be processed.*
{{ (!Helpers::strIsEmpty($object->data->league)) ? $object->data->league : '- -' }} ADM: {{ $object->data->enrollment }} Due: October 15, {{ $object->invoice->school_year }}*
- Athletics Offered -
@foreach ($activities['F'] as $slug => $activity) @endforeach
Fall

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/invoices/full.blade.php on line 443
@if ($offered)
{{ $activity }} @else
{{ $activity }} @endif
@foreach ($activities['W'] as $slug => $activity) @endforeach
Winter

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/invoices/full.blade.php on line 476
@if ($offered)
{{ $activity }} @else
{{ $activity }} @endif
(+$150 TrackWrestling Fee)
@foreach ($activities['S'] as $slug => $activity) @endforeach
Spring

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/invoices/full.blade.php on line 512
@if ($offered)
{{ $activity }} @else
{{ $activity }} @endif
- Activities Offered -
@foreach ($non_sports['left'] as $slug => $activity) @endforeach

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/invoices/full.blade.php on line 549
@if ($offered)
{{ $activity }} @else
{{ $activity }} @endif
@foreach ($non_sports['center'] as $slug => $activity) @endforeach

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/invoices/full.blade.php on line 577
@if ($offered)
{{ $activity }} @else
{{ $activity }} @endif
@foreach ($non_sports['right'] as $slug => $activity) @endforeach

Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/invoices/full.blade.php on line 605
@if ($offered)
{{ $activity }} @else
{{ $activity }} @endif

(Each school involved in an approved cooperative sponsorship MUST pay the required participation fee.)
Total Athletics/Activities:
{{ count($object->data->items->activity_fees) }} × ${{ number_format($object->data->items->activity_fees[0]->amount, 2, '.', ',') }} =
${{ number_format((count($object->data->items->activity_fees) * floatval($object->data->items->activity_fees[0]->amount)), 2, '.', ',') }}

@if (count($object->data->items->special_fees) > 0) TrackWrestling Fee:
{{ count($object->data->items->special_fees) }} × ${{ number_format($object->data->items->special_fees[0]->amount, 2, '.', ',') }} =
${{ number_format((count($object->data->items->special_fees) * floatval($object->data->items->special_fees[0]->amount)), 2, '.', ',') }}

@endif Annual Membership Dues:
${{ number_format($object->data->items->dues_fees[0]->amount, 2, '.', ',') }}


Total Amount Due:
${{ number_format($object->invoice->total_amount, 2, '.', ',') }}

As a condition of this membership, this school shall be bound by the regulations, standards, rulings, and policies of the Oregon School Activities Association and other decisions made by the Delegate Assembly and/or the Executive Board, and shall be bound to self-report any violations of the regulations to the Executive Director.
Signature (Superintendent or Principal)
Date


Please make check payable to "Oregon School Activities Association".
REMINDER: Return a signed copy of this invoice with your check.* Retain a copy for your records.
*NOTE: As determined by Article 3.3.1 of the OSAA Constitution, annual dues and participation fees are payable to the OSAA on or before October 15 of each year.
@endforeach