@foreach($categoryAll as $item)
@if(count($item->categories) >= 1) @else @endif
@if(count($item['categories']))
@foreach($item['categories'] as $key => $cat)
{{$cat->name}}
@endforeach
@endif
@endforeach