File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/87d32a596cc8137874b3339d33191ec8
<div class="entity-attribute entity-attribute-sorter<?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?>" ng-controller="KmsAttributeSorterController"> <?php echo Form::label($attribute->key, $attribute->label); ?> <?php echo Form::hidden($attribute->key, '', ['ng-value' => 'items | json']); ?> <?php echo Form::hidden('key', $attribute->key, ['class' => 'attribute-key']);; ?> <div class="content"> <script id="<?php echo $attribute->key; ?>_data" type="application/json"> <?php echo json_encode($attribute->getData()); ?> </script> <ul ui-sortable ng-model="items"> <li ng-repeat="item in items">{{ item.title }}</li> </ul> </div> </div>