@endforeach
Unpublish Results
@else
@if($canSeat)
@if($seatingProposal)
Seating Proposal
Results are not yet published
@foreach($seatingProposal as $proposedEnsemble)
{{ $proposedEnsemble['ensemble_name'] }}
@if(isset($proposedEnsemble['seats']))
@foreach($proposedEnsemble['seats'] as $seat)
{{ $seat['seat'] }}
. {{ $seat['entry_name'] }}
@endforeach
@endif
@endforeach
Clear DraftPublish
@else
Seat Audition
Choose how many entries to seat in each ensemble
@foreach($audition->SeatingLimits()->where('maximum_accepted','>',0)->get() as $limit)
{{$limit->ensemble->name}}
@for($n = 0; $n< $limit->maximum_accepted; $n++)
@endfor
@endforeach
Draft Seats
@endif
@else
@if($unscored_entries->count() > 0)
Cannot seat the audition while entries are unscored.
@endif
@if($auditionHasUnresolvedDoublers)
Cannot seat the audition while there are unresolved doublers.