HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/a0fe6796391e70a7eec2fc96a4c29a5d.php
<?php if(isset($label)): ?>
    <label class="form-label">
        <?php echo e($label, false); ?>

    </label>
<?php endif; ?>

<input
    type="number"
    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']) && $k !== false): ?>
                <?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/number.blade.php ENDPATH**/ ?>