File: /var/www/ipsremont-demo/storage/framework/views/dabdad4cabb5329b7ef9ea1abfc565405e4cbafa.php
<?php $attributes = $attributes->exceptProps(
[
'placeholder',
'class' => '',
]
); ?>
<?php foreach (array_filter((
[
'placeholder',
'class' => '',
]
), '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="input-icon">
<input placeholder="<?php echo app('translator')->get($placeholder); ?>" <?php echo e($attributes->merge(['class' => 'form-control', 'type' => 'text'])); ?>
/>
<span>
<i class="fas fa-search"></i>
</span>
</div>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/input/search.blade.php ENDPATH**/ ?>