Undo prelim score on results page

This commit is contained in:
Matt Young 2025-11-01 15:41:59 -05:00
parent b8a4cf5f39
commit 3208b31524
1 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,17 @@
</x-table.td>
@endif
@if($entry->audition->hasFlag('seats_published'))
<td>
@if($entry->seat)
{{ $entry->seat->ensemble->name }} - {{ $entry->seat->seat }}
@else
Not Seated
@endif
</td>
@endif
<x-table.td for_button>
@php
$currentDate = Carbon::now('America/Chicago');