Judging

The following nominations have been assigned to you for judging. Please read all information relating to the nomination before making your decision.

@forelse($groups as $group)

{{ $group }}

@forelse($categories[$group] as $category)

{{ $category->name }}

@if ($open == $category->id)
{!! Str::markdown($category->criteria) !!}
@endif @forelse($category->nominations as $nomination) @empty @endif
Name Category Score
{{$nomination->nominee_shortlist}} {{$nomination->category->name}} @php $judgement = $nomination->judgements()->where('user_id', request()->user()->id)->first() @endphp {{$judgement ? $judgement->score : '-'}} Judge
You have no nominations to judge yet for this category
Judging will begin on close of the nomination period.
@empty

You have no categories to judge yet

@endif @empty

There are no groups to judge

@endforelse