diff --git a/resources/views/nomination_ensembles/meobda/admin/nominations.blade.php b/resources/views/nomination_ensembles/meobda/admin/nominations.blade.php index 0f47a63..f989ccb 100644 --- a/resources/views/nomination_ensembles/meobda/admin/nominations.blade.php +++ b/resources/views/nomination_ensembles/meobda/admin/nominations.blade.php @@ -57,6 +57,7 @@ + Nom ID Name School Nominated For @@ -67,6 +68,7 @@ @foreach($nominations as $nomination) + {{ $nomination->id }} {{ $nomination->student->full_name('fl') }} {{ $nomination->student->school->name }} {{ $nomination->ensemble->name }} - {{ $nomination->data['instrument'] }} diff --git a/resources/views/nomination_ensembles/meobda/entries/index.blade.php b/resources/views/nomination_ensembles/meobda/entries/index.blade.php index 3c603d3..0ad57c5 100644 --- a/resources/views/nomination_ensembles/meobda/entries/index.blade.php +++ b/resources/views/nomination_ensembles/meobda/entries/index.blade.php @@ -17,6 +17,10 @@ Student Grade Instrument + @if($past_deadline[$ensemble->id]) + Split + Seat + @endif @@ -38,6 +42,10 @@ for the {{ $ensemble->name }} ensemble. + @else + {{ $nom->data['split'] ?? '' }} + {{ $nom->data['seat'] ?? '' }} + @endif @endforeach