File: /var/www/ipsremont-demo/storage/framework/views/5f4966fc41cba49f75e0f6b3f1bc01917f338b3a.php
<?php $attributes = $attributes->exceptProps(['title', 'link', 'icon', 'id', 'params' => [], 'target' => '', 'marginRight' => true]); ?>
<?php foreach (array_filter((['title', 'link', 'icon', 'id', 'params' => [], 'target' => '', 'marginRight' => true]), '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 (isset($id) && $id > 0) $params['id'] = $id ?>
<a data-toggle="tooltip" class="btn btn-sm btn-icon btn-bg-light btn-clean btn-hover-primary <?php echo e($marginRight ? 'mr-3' : ''); ?>" title="<?php echo app('translator')->get($title); ?>" href="<?php echo e(route($link, $params)); ?>" target="<?php echo e($target); ?>">
<i class="<?php echo e($icon); ?>"></i>
</a>
<?php echo e($slot); ?>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/button/action.blade.php ENDPATH**/ ?>