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