PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
views
/
products
/
partials
@foreach ($productAttributeSets as $attributeSet) <label> <input type="checkbox" class="hrv-checkbox attribute-set-item" name="attribute_sets[]" value="{{ $attributeSet->id }}" {{ $attributeSet->is_selected ? 'checked' : '' }}> {{ $attributeSet->title }} </label> @endforeach
[-] product-variation-form.blade.php
[edit]
[-] selected-products-list.blade.php
[edit]
[-] panel-search-data.blade.php
[edit]
[+]
..
[-] attribute-sets.blade.php
[edit]
[-] add-product-attributes.blade.php
[edit]
[-] extras.blade.php
[edit]
[-] sort-order.blade.php
[edit]
[-] general.blade.php
[edit]
[-] configurable.blade.php
[edit]