diff --git a/resources/views/tabulation/entry_score_sheet.blade.php b/resources/views/tabulation/entry_score_sheet.blade.php index fe0f1da..ac55965 100644 --- a/resources/views/tabulation/entry_score_sheet.blade.php +++ b/resources/views/tabulation/entry_score_sheet.blade.php @@ -18,7 +18,13 @@ Judges @foreach($subscores as $subscore) - {{ $subscore->name }}Max: {{ $subscore->max_score }} + + {{ $subscore->name }} + + Max: {{ $subscore->max_score }} + Weight: {{ $subscore->weight }} + + @endforeach Total
{{ $subscore->name }}Max: {{ $subscore->max_score }}