@section('page_title') OSAA - Associate Member Schools @stop @section('page_sub_title') OSAA Associate Member Schools @stop @section('scripts') @parent @stop @section('jquery_init') $('#manage_associate_schools_button') .button({'icons':{'primary':'ui-icon-home'}}) .css({'font-size':'9pt'}); $('#invoice_associate_schools_button') .button({'icons':{'primary':'ui-icon-tag'}}) .css({'font-size':'9pt'}); $('#download_button') .button({'icons':{'primary':'ui-icon-arrowthickstop-1-s'}}) .css({'font-size':'9pt'}); @stop @section('page_functions') @if (Auth::check() and Auth::user()->isOsaaUser()) Download @endif @if (Auth::check() and Auth::user()->isOsaaUser() and Helpers::strEqual(Auth::user()->email, array('gibbyr@osaa.org', 'candyp@osaa.org', 'meridithp@osaa.org', 'kellyf@osaa.org'))) Manage Schools @endif @stop @section('main_content')
» Membership Application - Associate
@if ($count < 1)

There are no Associate Member schools to list

@elseif ($count == 1)

Listing 1 Associate Member School

@else

All {{ $count }} Associate Member Schools

@endif @if ($count > 0)
@foreach ($schools as $school)
{{ $school->name }} @endforeach
@endif @stop {{-- --}}