Run Draw
@csrf
Run Draw for Selected Auditions
@if($nodraw_auditions->count() > 0) These auditions have no draw @endif @if($partial_draw_auditions->count() > 0) These auditions have a partial draw @endif @if($drawn_auditions->count() > 0) These auditions have already been drawn @endif
{{--TODO when an entry is made anywhere in the system, there needs to be a check if a draw needs to be run--}}