File: /var/www/ipsremont-demo/storage/framework/views/1b1fef93a2972f20d04f5334e571f1e54c2a0d43.php
<?php $attributes = $attributes->exceptProps(['link', 'icon', 'title', 'extraclass']); ?>
<?php foreach (array_filter((['link', 'icon', 'title', 'extraclass']), '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 href="<?php echo e($link); ?>" class="btn btn-sm btn-primary font-weight-bolder <?php echo e($extraclass ?? ''); ?>">
<!--begin::Svg Icon | path:assets/media/svg/icons/Design/Flatten.svg-->
<span class="svg-icon svg-icon-md"><i class="<?php echo e($icon); ?>"></i></span><?php echo app('translator')->get($title); ?>
</a>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/create-element-btn.blade.php ENDPATH**/ ?>