Undo prelim score on results page
This commit is contained in:
parent
67622ec0c9
commit
b8a4cf5f39
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue