File: D:/HostingSpaces/SBogers68/ouddorp-duin.nl/app/storage/views/a4761d1dcebef69b668e8b847cb684e5
<?php echo $__env->make('kms::attributes.dyanmicBlockStatus', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div>
<div class="row" style="margin-bottom: 0;">
<label class="text-label"><?php echo Config::get('kms::'.$lang.'/translations.title'); ?></label>
<input type="text" placeholder="Naam van workshop" ng-model="block.title"/>
</div>
<div class="row">
<label class="text-label">Info</label>
<input type="text" placeholder="Workshop data" ng-model="block.info"/>
</div>
<div class="row" style="margin-bottom: 0;">
<label>Omschrijving workshop</label>
<div class="text-editor-wrapper">
<textarea id="{{textBoxId}}" ng-model="block.description"></textarea>
</div>
<div class="clear"></div>
</div>
<div class="row" style="margin-bottom: 0;">
<label class="text-label">Email</label>
<input type="text" placeholder="Emailadres" ng-model="block.email"/>
</div>
<div class="row" style="margin-bottom: 0;">
<label class="text-label">Telefoon</label>
<input type="text" placeholder="Telefoonnummer" ng-model="block.phone"/>
</div>
<div class="max-images" data-max-images="1" ng-init="value.max_images=1">
<?php echo $__env->make('kms::attributes.dynamicimages', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
<p> </p>
</div>