File: /var/www/ipsremont-demo/storage/framework/views/97e64c9e1b32295d37499c0ce4a8c16c55abec98.php
<?php $attributes = $attributes->exceptProps([
'class',
'light' => false,
'mr' => false,
'href' => false,
]); ?>
<?php foreach (array_filter(([
'class',
'light' => false,
'mr' => false,
'href' => false,
]), '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); ?>
<a <?php echo e($attributes->merge([
'class' => 'btn ml-2 ' . ($light ? 'btn-light-danger' : $class) .' font-weight-bolder' . ($mr ? ' mr-2' : ''),
])); ?>
<?php if($href): ?>
href = <?php echo e($href); ?>
<?php else: ?>
onclick = "window.history.go(-1); return false;"
<?php endif; ?>
>
<i class="fas fa-times-circle"></i>
<?php echo e($slot); ?>
</a>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/button-cancel.blade.php ENDPATH**/ ?>