File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/app/storage/views/8e9bf0aebeceba4a632b9a110a624ef4
<div class="entity-attribute entity-attribute-dynamic <?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?>" ng-controller="KmsAttributeDynamicController" ng-init="key = '<?php echo $attribute->key; ?>'">
<?php /* Form::label($attribute->key, $attribute->label) */ ?>
<?php echo Form::hidden('key', $attribute->key, ['ng-model' => 'key']); ?>
<?php echo Form::text($attribute->key, $attribute->getValue(), ['ng-value' => 'blocks | json', 'style'=>'width:100%;']); ?>
<block ng-repeat="block in blocks"></block>
<select ng-model="blockTypeToAdd" ng-options="type.typeName for type in blockTypes">
</select>
<input type="button" value="+" ng-click="addBlock(blockTypeToAdd)"/>
</div>