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

No Show

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