@foreach ($apparatus as $row)
@if($row->apparatus == $judge[0]->apid)
@php $cats= App\Http\Controllers\EventController::getcategory($row->eventmodel_id); @endphp
@foreach ($cats as $cat)
@if($cat['categoryname'] == 'Category C')
@else
@endif
@endforeach
@endif
@endforeach