Rank ID Draw # Student Name Doubler {{-- @foreach($judges as $judge)--}} {{-- {{ $judge->short_name() }}--}} {{-- @endforeach--}} Total Score All Scores? @foreach($entryData as $entry) {{ $entry['rank'] }} {{ $entry['id'] }} {{ $entry['drawNumber'] }} {{ $entry['studentName'] }} {{ $entry['schoolName'] }} @if($entry['doubleData']) @include('tabulation.auditionSeating-doubler-block') {{-- DOUBLER
--}} {{-- @foreach($entry['doubleData'] as $double)--}} {{-- ID: {{ $double['entryId'] }} - {{ $double['name'] }} - {{ $double['rank'] }}
--}} {{-- Unscored Entries: {{ $double['unscored_in_audition'] }}
--}} {{-- @foreach($double['limits'] as $limit)--}} {{-- {{$limit['ensemble']->name}}: {{ $limit['limit'] }}
--}} {{-- @endforeach--}} {{--
--}} {{-- @endforeach--}} @endif {{-- @if($doublerService->studentIsDoubler($entry->student_id))--}} {{-- @include('tabulation.auditionSeating-doubler-block')--}} {{-- @endif--}}
{{ $entry['totalScore'] }} @if($entry['fullyScored']) @endif @endforeach