{{ $info['ap']->name }} - {{ Helpers::getActivityName($info['ap']->activity) }}

Use the drop-down list to edit the league assignment for {{ $info['ap']->name }}'s {{ strtolower(Helpers::getActivityName($info['ap']->activity)) }} activity program (ID #{{ $info['ap']->id }}). Only leagues within the same {{ $info['year_block'] }} year block and in the {{ $info['ap']->division }} division are shown in the drop-down list. Click Save to save changes or click Cancel to leave the league as it is.

{{ $info['host_school']->short_name }} is a {{ $info['regular_classification'] }} school that is normally assigned to the {{ preg_replace('/\ \(.*\)$/', '', $info['regular_league']->slug) }} league. Its {{ strtolower(Helpers::getActivityName($info['ap']->activity)) }} activity program is currently assigned to the {{ preg_replace('/\ \(.*\)$/', '', $info['ap']->league) }} league in the {{ $info['ap']->division }} division.

{{ Form::open() }} {{ Form::label('league', 'League') }} {{ Form::select('league', $info['league_select'], (!is_null($info['ap']->league)) ? $info['ap']->league : 'none') }} {{ Form::close() }}