Feuerwehr-eppingen/storage/framework/views/d5571e556e03ce6e556468b3655cec9a76b9e270.php

8 lines
380 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::label($name, $label)); ?>
<?php echo e(Form::text($name, $value, array('class' => 'form-control', 'placeholder' => $placeholder))); ?>
<small class="text-danger validation-field"><?php echo e($errors->first($name)); ?></small>
</div>