Rank ID Draw # Student Name Doubler {{-- @foreach($judges as $judge)--}} {{-- {{ $judge->short_name() }}--}} {{-- @endforeach--}} Total Score All Scores? @foreach($entries as $entry) {{ $entry->rank }} {{ $entry->id }} {{ $entry->draw_number }} {{ $entry->student->full_name() }} {{ $entry->student->school->name }} @if($doublerService->studentIsDoubler($entry->student_id)) @include('tabulation.auditionSeating-doubler-block') @endif {{ number_format($entry->final_score_array[0] ?? 0,4) }} @if($entry->scoring_complete) @endif @endforeach