Edit Entry #{{ $entry->id }} Student @foreach ($students as $student) @endforeach Audition @foreach ($auditions as $audition) @endforeach Edit Entry Scores @foreach($scores as $score) @php($score->isValid())
{{ $score->judge->full_name() }}
@foreach($score->subscores as $subscore) {{-- TODO make this look better--}}

{{$subscore['subscore_name']}}

{{$subscore['score'] }}

@endforeach @if(! $score->isValid())
@csrf @method('DELETE') INVALID SCORE - DELETE @endif {{-- // TODO make the invalid prettier--}} @endforeach {{--TODO apply javascript to only show appropriate auditions for the students grade--}}