Auditionadmin 68 #85
|
|
@ -14,9 +14,9 @@
|
||||||
@if(! $entry->audition->hasFlag('seats_published'))
|
@if(! $entry->audition->hasFlag('seats_published'))
|
||||||
<x-table.td colspan="3">Results not available</x-table.td>
|
<x-table.td colspan="3">Results not available</x-table.td>
|
||||||
@else
|
@else
|
||||||
<x-table.td> {{ $scores[$entry->id ][0] }}</x-table.td>
|
<x-table.td> {{ $scores[$entry->id ][0] ?? '--' }}</x-table.td>
|
||||||
<x-table.td> {{ $ranks[$entry->id ] }}</x-table.td>
|
<x-table.td> {{ $ranks[$entry->id ] ?? '--' }}</x-table.td>
|
||||||
<x-table.td> {{ $results[$entry->id ] }}</x-table.td>
|
<x-table.td> {{ $results[$entry->id ] ?? '--' }}</x-table.td>
|
||||||
@endif
|
@endif
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue