File: /var/www/ipsremont-demo/storage/framework/views/2129f639a1ac9c0e7e661ad0d3377b6d318d352f.php
<?php $attributes = $attributes->exceptProps([
'data',
'comparison',
'icon'
]); ?>
<?php foreach (array_filter(([
'data',
'comparison',
'icon'
]), '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); ?>
<span>
<?php if($data == $comparison): ?>
<i class="icon-xl text-primary text-hover-warning <?php echo e($icon); ?>"></i>
<?php endif; ?>
</span>
<?php echo e($slot); ?>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/icon-field.blade.php ENDPATH**/ ?>