PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
plugins
/
ecommerce
/
resources
/
views
/
product-categories
/
partials
<div class="form-group form-group-no-margin @if ($errors->has($name)) has-error @endif"> <div class="multi-choices-widget list-item-checkbox"> @if (isset($options['choices']) && (is_array($options['choices']) || $options['choices'] instanceof \Illuminate\Support\Collection)) @include('plugins/ecommerce::product-categories.partials.categories-checkbox-option-line', [ 'categories' => $options['choices'], 'value' => $options['value'], 'currentId' => null, 'name' => $name ]) @endif </div> </div>
[+]
..
[-] actions.blade.php
[edit]
[-] category-tree.blade.php
[edit]
[-] categories-checkbox-option-line.blade.php
[edit]
[-] categories-multi.blade.php
[edit]
[-] categories-tree.blade.php
[edit]