From bfee0580784e1d23ce51a08517c496419c5cb5ce Mon Sep 17 00:00:00 2001 From: Matt Young Date: Sat, 1 Nov 2025 12:41:53 -0500 Subject: [PATCH] Show prelim score on seating page. --- .../tabulation/seating-page/scored-entries-table.blade.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 9f1d45c..3b6ea85 100644 --- a/resources/views/tabulation/seating-page/scored-entries-table.blade.php +++ b/resources/views/tabulation/seating-page/scored-entries-table.blade.php @@ -8,6 +8,9 @@ Draw # Student Doubler + @if($audition->prelimDefinition()) + Prelim Score + @endif Total Score @if($audition->bonusScore()->count() > 0)
@@ -59,6 +62,9 @@ + @if($audition->prelimDefinition()) + {{ $entry->prelimTotalScore() }} + @endif @if($audition->bonusScore()->count() > 0) @if($entry->totalScore->bonus_total)