Nominations By {{$judge->fullname}} on {{$competition->title}} competition Competitions

Dish Title
Participants
@foreach($nominations as $nomination) @if($food)
food image

{{$food->title}}


Judge Comment: {{$nomination->comment}}
@endif @endforeach {!! $nominations->appends(request()->except('page'))->render() !!}