diff --git a/resources/views/tabulation/seating-page/scored-entries-table.blade.php b/resources/views/tabulation/seating-page/scored-entries-table.blade.php index 0c9afed..b112986 100644 --- a/resources/views/tabulation/seating-page/scored-entries-table.blade.php +++ b/resources/views/tabulation/seating-page/scored-entries-table.blade.php @@ -8,9 +8,9 @@ Draw # Student Doubler -{{-- @if($audition->prelimDefinition())--}} -{{-- Prelim Score--}} -{{-- @endif--}} + @if($audition->prelimDefinition) + Prelim Score + @endif Total Score @if($audition->bonusScore()->count() > 0)
@@ -62,9 +62,9 @@ -{{-- @if($audition->prelimDefinition())--}} -{{-- {{ round($entry->prelimTotalScore(),2) }}--}} -{{-- @endif--}} + @if($audition->prelimDefinition) + {{ round($entry->prelimTotalScore(),2) }} + @endif @if($audition->bonusScore()->count() > 0) @if($entry->totalScore->bonus_total)