PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
views
/
ecommerce
/
attributes
/
_layouts-filter
<div class="col-lg-3 col-md-4 mb-lg-0 mb-md-5 mb-sm-5 widget-filter-item" data-type="text"> <h5 class="mb-15 widget__title" data-title="{{ $set->title }}" >{{ __('By :name', ['name' => $set->title]) }}</h5> <ul class="list-filter size-filter font-small"> @foreach($attributes->where('attribute_set_id', $set->id) as $attribute) <li data-slug="{{ $attribute->slug }}"> <label> <input class="product-filter-item" type="checkbox" name="attributes[]" value="{{ $attribute->id }}" {{ in_array($attribute->id, $selected) ? 'checked' : '' }}> <span>{{ $attribute->title }}</span> </label> </li> @endforeach </ul> </div>
[+]
..
[-] visual.blade.php
[edit]
[-] dropdown.blade.php
[edit]
[-] text.blade.php
[edit]