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