Show prelim score on seating page.
This commit is contained in:
parent
bfee058078
commit
fb77923812
|
|
@ -63,7 +63,7 @@
|
|||
|
||||
</x-table.td>
|
||||
@if($audition->prelimDefinition())
|
||||
<x-table.td>{{ $entry->prelimTotalScore() }}</x-table.td>
|
||||
<x-table.td>{{ round($entry->prelimTotalScore(),2) }}</x-table.td>
|
||||
@endif
|
||||
<x-table.td class="align-top">
|
||||
@if($audition->bonusScore()->count() > 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue