Undo prelim score on results page
This commit is contained in:
parent
b8a4cf5f39
commit
3208b31524
|
|
@ -108,6 +108,17 @@
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
@endif
|
@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>
|
<x-table.td for_button>
|
||||||
@php
|
@php
|
||||||
$currentDate = Carbon::now('America/Chicago');
|
$currentDate = Carbon::now('America/Chicago');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue