File: /var/www/ipsremont-demo/storage/framework/views/65896262eb6213b3afefd17d329cbc29025cbf37.php
<?php $attributes = $attributes->exceptProps([
'label',
'name',
'autocomplete'=>false,
'required' => false,
'icon' => false,
'error' => false,
'readonly' => '',
'comment' => '',
]); ?>
<?php foreach (array_filter(([
'label',
'name',
'autocomplete'=>false,
'required' => false,
'icon' => false,
'error' => false,
'readonly' => '',
'comment' => '',
]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
$$__key = $$__key ?? $__value;
} ?>
<?php $__defined_vars = get_defined_vars(); ?>
<?php foreach ($attributes as $__key => $__value) {
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
} ?>
<?php unset($__defined_vars); ?>
<div class="form-group">
<label for="<?php echo e($name); ?>"><?php echo app('translator')->get($label); ?> <?php echo empty($comment) ? '' : '<span class="text-muted">(' . $comment . ')</span>'; ?><?php echo $required ? '<span class="text-danger">*</span>' : ''; ?> </label>
<div class="input-group">
<?php if($icon): ?>
<div class="input-group-prepend">
<span class="input-group-text">
<i class="la <?php echo e($icon); ?>"></i>
</span>
</div>
<?php endif; ?>
<?php echo e($slot); ?>
<?php if($error): ?>
<div class="invalid-feedback"><?php echo e($error); ?></div>
<?php endif; ?>
</div>
</div>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/input/form/input.blade.php ENDPATH**/ ?>