| 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 }} | ||
| Accompanists | @elseAccompanist | @endif{{ $apmf->data->accompanists }} | |
| Soloists | @elseSoloist | @endif @if (count(explode(',', $apmf->data->soloists)) > 5)@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 |