@if($scores) WARNING: Entry has existing scores
@foreach($scores as $score)
{{ $score->judge->full_name() }}
    @foreach($score->subscores as $subscore)
    {{ $subscore['subscore_name'] }} {{ $subscore['score'] }}
    @endforeach
@endforeach
I understand that marking this entry as a no-show will delete existing scores. The scores cannot be recovered.
@endif @if($method !== "DELETE") @else {{ $buttonName }} @endif {{ $entry->student->full_name() }} {{$entry->school->name}} {{ $entry->audition->name }} #{{ $entry->draw_number ?? ' no draw number' }} @if($buttonName == "Confirm No Show") @endif @if($method !== "DELETE") @else {{ $buttonName }} @endif