PATH:
home
/
rwabteecom
/
.trash
/
Editing: cfce3e12b227ef3219703fdca6066e12.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['label', 'required', 'name', 'value', 'type', 'class', 'placeholder' , 'accept']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['label', 'required', 'name', 'value', 'type', 'class', 'placeholder' , 'accept']); ?> <?php foreach (array_filter((['label', 'required', 'name', 'value', 'type', 'class', 'placeholder' , 'accept']), '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); ?> <?php if(!empty($label)): ?> <label class="mb-1" for="<?php echo e($name); ?>"><?php echo e($label); ?> <?php if(!empty($required)): ?><span class="text-danger">*</span><?php endif; ?></label> <?php endif; ?> <input type="<?php echo e($type); ?>" name="<?php echo e($name); ?>" class="form-control <?php echo e($class ?? ''); ?> <?php $__errorArgs = [$name]; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" <?php if(!empty($value)): ?> value="<?php echo e($value); ?>" <?php endif; ?> placeholder="<?php echo e($placeholder ?? ''); ?>" <?php if(!empty($accept)): ?> accept="<?php echo e($accept); ?>" <?php endif; ?> > <?php /**PATH /home/rwabteecom/public_html/resources/views/vendor/InstallerEragViews/components/input.blade.php ENDPATH**/ ?>
SAVE
CANCEL