@php use Illuminate\Support\Facades\Auth; @endphp Judging Dashboard {{ $audition->name }} @if($published) Results are published. Scores cannot be changed. @endif Entry @foreach($subscores as $subscore) @endforeach @if(auditionSetting('advanceTo') and $audition->for_advancement) @endif Timestamp @foreach($entries as $entry) {{-- @continue($entry->hasFlag('no_show'))--}} @if(! $published && ! $entry->hasFlag('no_show')) @endif {{ $audition->name }} {{ $entry->draw_number }} @if($entry->hasFlag('failed_prelim'))

Failed Prelim

@elseif($entry->hasFlag('no_show'))

No Show

@endif @if(! $published && ! $entry->hasFlag('no_show'))
@endif
@foreach($subscores as $subscore) @endforeach @if(auditionSetting('advanceTo') and $audition->for_advancement) @endif {{ Auth::user()->timeForEntryScores($entry->id)?->setTimezone('America/Chicago')->format('m/d/y H:i') }} @endforeach