Undo prelim score on results page

This commit is contained in:
Matt Young 2025-11-01 13:44:46 -05:00
parent 67622ec0c9
commit b8a4cf5f39
1 changed files with 6 additions and 6 deletions

View File

@ -8,9 +8,9 @@
<x-table.th>Draw #</x-table.th> <x-table.th>Draw #</x-table.th>
<x-table.th>Student</x-table.th> <x-table.th>Student</x-table.th>
<x-table.th>Doubler</x-table.th> <x-table.th>Doubler</x-table.th>
{{-- @if($audition->prelimDefinition())--}} @if($audition->prelimDefinition)
{{-- <x-table.th>Prelim Score</x-table.th>--}} <x-table.th>Prelim Score</x-table.th>
{{-- @endif--}} @endif
<x-table.th>Total Score <x-table.th>Total Score
@if($audition->bonusScore()->count() > 0) @if($audition->bonusScore()->count() > 0)
<br> <br>
@ -62,9 +62,9 @@
</x-table.td> </x-table.td>
{{-- @if($audition->prelimDefinition())--}} @if($audition->prelimDefinition)
{{-- <x-table.td>{{ round($entry->prelimTotalScore(),2) }}</x-table.td>--}} <x-table.td>{{ round($entry->prelimTotalScore(),2) }}</x-table.td>
{{-- @endif--}} @endif
<x-table.td class="align-top"> <x-table.td class="align-top">
@if($audition->bonusScore()->count() > 0) @if($audition->bonusScore()->count() > 0)
@if($entry->totalScore->bonus_total) @if($entry->totalScore->bonus_total)