Show prelim score on seating page.
This commit is contained in:
parent
10a4d1a140
commit
bfee058078
|
|
@ -8,6 +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())
|
||||||
|
<x-table.th>Prelim Score</x-table.th>
|
||||||
|
@endif
|
||||||
<x-table.th>Total Score
|
<x-table.th>Total Score
|
||||||
@if($audition->bonusScore()->count() > 0)
|
@if($audition->bonusScore()->count() > 0)
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -59,6 +62,9 @@
|
||||||
|
|
||||||
|
|
||||||
</x-table.td>
|
</x-table.td>
|
||||||
|
@if($audition->prelimDefinition())
|
||||||
|
<x-table.td>{{ $entry->prelimTotalScore() }}</x-table.td>
|
||||||
|
@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