Auditions
Edit Audition
@if($audition->entries->count() == 0)
Please confirm that you would like to delete the audition {{ $audition->name }}. This action cannot be undone.
@endif
{{-- TODO implement a way to update multiple auditions as once --}}
Event
@foreach($events as $event)
@endforeach
@if(auditionSetting('advanceTo'))