@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') && $entry->scoreSheets()->count() < 1) @endif {{ $prelimDefinition->audition->name }} {{ $entry->draw_number }} @if($entry->hasFlag('no_show'))

No Show

@endif @if($entry->scoreSheets()->count() > 0)

Has Finals Scores

@endif @if(! $published && ! $entry->hasFlag('no_show') && $entry->scoreSheets()->count() < 1)
@endif
@foreach($subscores as $subscore) @endforeach @if($prelimScoresheets->has($entry->id)) {{ $prelimScoresheets[$entry->id]->created_at->setTimezone('America/Chicago')->format('m/d/y H:i') }} @endif @endforeach