{{$competition->title}} @if($type=='1') Nominated @elseif($type=='2') Rejected @elseif($type=='3') Pending @endif entries @if($amIJudgeForCompetition) Sort By Priority @endif @if($community->present()->canManageGroup($category->id)) Competitions @else Competitions @endif

Dish Title
Participants
@foreach($foods as $food)

{{$food->title}}

Preview {{--@if($food->selected_for_competition==1) Approved @elseif($food->selected_for_competition==2) Rejected @endif--}}
@endforeach {!! $foods->appends(request()->except('page'))->render() !!}