@if (count($info->apmfs) > 0) @foreach ($info->apmfs as $apmf) {{-- Add the header to the top of every page --}} @if (($i) % 10 == 0)
{{ $info->header }}
@endif
{{-- Line, auto adjusted for size --}}
{{-- Activity Program Name --}}
{{ $apmf->ap->name }}
@if (!Helpers::strIsEmpty($apmf->data->group_name) and !Helpers::strEqual($apmf->data->group_name, array($apmf->school->name, $apmf->school->short_name)) and false) @endif @if (!is_null($apmf->prin)) @endif @if (!Helpers::strIsEmpty($apmf->data->director->name)) @endif @if (!Helpers::strIsEmpty($apmf->data->accompanists)) @if (Helpers::strContains(',', $apmf->data->accompanists)) @else @endif @endif @if (!Helpers::strIsEmpty($apmf->data->soloists)) @if (Helpers::strContains(',', $apmf->data->soloists)) @else @endif @if (count(explode(',', $apmf->data->soloists)) > 5) @endif @if (!Helpers::strIsEmpty($apmf->data->participants)) @endif @if (count($apmf->data->selections) > 0) @foreach ($apmf->data->selections as $j => $selection) @if (!Helpers::strIsEmpty($selection->title))
School {{ $apmf->school->name }} @if (!Helpers::strIsEmpty($apmf->location)) ({{ $apmf->location }}) @endif
Group Name {{ $apmf->data->group_name }}
League {{ preg_replace('/(\(.*\))/', '', $apmf->league->slug) }} {{ $apmf->league->name }}
Principal {{ $apmf->prin->getDisplayName() }}
Director {{ $apmf->data->director->name }}
AccompanistsAccompanist{{ $apmf->data->accompanists }}
SoloistsSoloist @else @endif {{ Helpers::arrayToList($soloists, true) }}
Performers {{ $apmf->data->participants }}
Selection {{ ($j + 1) }} {{ $selection->title }},
Warning: Creating default object from empty value in /home/osaa/web_app/dev/app/views/programs/choir_program.blade.php on line 294
{{ $selection->composer }} @if (!Helpers::strIsEmpty($selection->publisher))
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/programs/choir_program.blade.php on line 303