File: /home/xedaptot/be.naniguide.com/storage/framework/views/6e9482c0c16bddfa9e06fa9a74da2450.php
<?php if(isset($label) && $label != ''): ?>
<label class="form-label fw-semibold">
<?php echo e($label, false); ?>
</label>
<?php endif; ?>
<input
type="text"
class="form-control <?php echo e(isset($attributes) && isset($attributes['class']) ? $attributes['class'] : '', false); ?>"
name="<?php echo e($name, false); ?>"
value="<?php echo e(isset($value) ? $value : "", false); ?>""
<?php if(isset($attributes)): ?>
<?php $__currentLoopData = $attributes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k => $v): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(!in_array($k, ['class'])): ?>
<?php echo e($k, false); ?>="<?php echo e($v, false); ?>"
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
>
<?php if($errors->has($name)): ?>
<p class="mb-0 text-danger small mt-1">
<?php echo e($errors->first($name), false); ?>
</p>
<?php endif; ?>
<?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/helpers/form_control/text.blade.php ENDPATH**/ ?>