@if($categorys->total() > 0 ) @foreach($categorys as $key => $category) @endforeach
id {{ trans('store.categories.name') }} sort {{ trans('store.categories.attribute') }} sort {{ trans('messages.actions') }}
{{ $category->id ?? '' }} {{ $category->name }} @if($category->attributes->isNotEmpty())
    @forEach($category->attributes as $attribute)
  • {{ $attribute->name ?? '' }}
  • @endforeach
@endif
status =='active'? 'checked' : '' }}>
edit delete_outline
@endif
records per page. @if($categorys->total() > 0 ) Showing {{ $categorys->firstItem() }} to {{ $categorys->lastItem() }} of {{ $categorys->total() }} entries @endif
{{ $categorys->appends(array( 'perPage' => $perPage ))->links('vendor.pagination.bootstrap-4') }}