Undo prelim score on results page

This commit is contained in:
Matt Young 2025-11-01 12:50:37 -05:00
parent fb77923812
commit 67622ec0c9
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>Student</x-table.th>
<x-table.th>Doubler</x-table.th>
@if($audition->prelimDefinition())
<x-table.th>Prelim Score</x-table.th>
@endif
{{-- @if($audition->prelimDefinition())--}}
{{-- <x-table.th>Prelim Score</x-table.th>--}}
{{-- @endif--}}
<x-table.th>Total Score
@if($audition->bonusScore()->count() > 0)
<br>
@ -62,9 +62,9 @@
</x-table.td>
@if($audition->prelimDefinition())
<x-table.td>{{ round($entry->prelimTotalScore(),2) }}</x-table.td>
@endif
{{-- @if($audition->prelimDefinition())--}}
{{-- <x-table.td>{{ round($entry->prelimTotalScore(),2) }}</x-table.td>--}}
{{-- @endif--}}
<x-table.td class="align-top">
@if($audition->bonusScore()->count() > 0)
@if($entry->totalScore->bonus_total)