File: /home/richfield/www/storage/framework/views/7b51161a46f9ed9b96224f85a074d21609f52cca.php
<input <?php if($row->required == 1): ?> required <?php endif; ?> type="text" class="form-control" name="<?php echo e($row->field); ?>"
placeholder="<?php echo e(old($row->field, $options->placeholder ?? $row->getTranslatedAttribute('display_name'))); ?>"
<?php echo isBreadSlugAutoGenerator($options); ?>
value="<?php echo e(old($row->field, $dataTypeContent->{$row->field} ?? $options->default ?? '')); ?>">
<?php /**PATH /home/richfield/public_html/vendor/tcg/voyager/src/../resources/views/formfields/text.blade.php ENDPATH**/ ?>