@foreach($existingNominations[$ensemble->id] as $nom)
{{ $nom->student->full_name() }}
{{ $nom->student->grade }}{{ $nom->data['instrument'] }}
@if(!$past_deadline[$ensemble->id])
Confirm you wish to delete the nomination
of {{ $nom->student->full_name() }}
for the {{ $ensemble->name }} ensemble.
@endif
@endforeach
@if($nominationsAvailable[$ensemble->id] && !$past_deadline[$ensemble->id])
New Entry
@foreach($availableStudents[$ensemble->id] as $student)
@endforeach
@foreach($availableInstruments[$ensemble->id] as $instrument)
@endforeach
Add Nomination
@endif
@endforeach