@if(count($category_judge)>0) @foreach($category_judge As $judge) @endforeach @endif @if(count($all_judge)>0) @foreach($all_judge As $judge) @endforeach @endif
Name Email Action
Category related judge
{{ $judge->first_name.' '.$judge->last_name}} {{ $judge->email}} Assign it
All judge
{{ $judge->first_name.' '.$judge->last_name}} {{ $judge->email}} Assign it