{{ $next_year }} {{ $season }} {{ $division }} {{ Helpers::getActivityName($activity_slug) }}
@if (!$current)
@if ($next)
{{ $proposed_language }}
@else
Preselections
@endif
@endif
Warning: Invalid argument supplied for foreach() in
/home/osaa/web_app/dev/app/views/forms/preselection_report.blade.php on line
248
Warning: Invalid argument supplied for foreach() in
/home/osaa/web_app/dev/app/views/forms/preselection_report.blade.php on line
261
@if ($next and !$current)
{{ $total['future'] }} teams in {{ count($division_object['leagues']) }}
@if (count($division_object['leagues']) == 1)
{{ ($sds) ? 'special district' : 'league' }}
@else
{{ ($sds) ? 'special districts' : 'leagues' }}
@endif
@if ($total['independent'] > 0)
with {{ $total['independent'] }} independent {{ ($total['independent'] == 1) ? 'team' : 'teams' }}
@endif
@elseif ($current)
{{ $total['current'] }} current teams in {{ count($division_object['leagues']) }} @if (count($division_object['leagues']) == 1)
{{ ($sds) ? 'special district' : 'league' }}
@else
{{ ($sds) ? 'special districts' : 'leagues' }}
@endif
@if ($total['independent'] > 0)
with {{ $total['independent'] }} independent {{ ($total['independent'] == 1) ? 'team' : 'teams' }}
@endif
@else
{{ $total['current'] }} current teams in @if (count($division_object['leagues']) == 1)
{{ ($sds) ? 'special district' : 'league' }},
@else
{{ ($sds) ? 'special districts' : 'leagues' }},
@endif
@if ($total['independent'] > 0)
with {{ $total['independent'] }} independent {{ ($total['independent'] == 1) ? 'team' : 'teams' }},
@endif
next year will have {{ $total['future'] }} teams
@if ($total['difference'] == 0)
(same # of teams)
@else
({{ ($total['difference'] < 0) ? '-' : '+' }}{{ abs($total['difference']) }} {{ ($total['difference'] == 1) ? 'team' : 'teams' }})
@endif
@endif
{{-- Process each league --}}
@foreach ($division_object['leagues'] as $league_slug => $league_object)
Warning: Invalid argument supplied for foreach() in /home/osaa/web_app/dev/app/views/forms/preselection_report.blade.php on line 338
Fatal error: Class 'Helpers' not found in /home/osaa/web_app/dev/app/views/forms/preselection_report.blade.php on line 367