Feuerwehr-eppingen/storage/framework/views/8937e943ff13600aa8e80bdf1b219db648d97632.php

8 lines
351 B
PHP

<div class="form-group <?php echo e($errors->has($name) ? ' has-error' : ''); ?>" id="form-data-<?php echo e($name); ?>">
<?php echo e(Form::checkbox($name, 1, $model->$name, array('id' => $name))); ?>
<?php echo e(Form::label($name, $label)); ?>
<small class="text-danger validation-field"><?php echo e($errors->first($name)); ?></small>
</div>