@if($categorys->total() > 0 )
| id | {{ trans('store.categories.name') }} | {{ trans('store.categories.attribute') }} | {{ trans('messages.actions') }} | |
|---|---|---|---|---|
| 
                 | 
            {{ $category->id ?? '' }} | {{ $category->name }} | 
                @if($category->attributes->isNotEmpty()) 
                
  |