File: /var/www/ipsremont-demo/storage/framework/views/a6438f692367549e6c8947488680a368a205b297.php
<?php $attributes = $attributes->exceptProps([
'light' => false,
'mr' => false,
'disabled' => ''
]); ?>
<?php foreach (array_filter(([
'light' => false,
'mr' => false,
'disabled' => ''
]), '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); ?>
<button <?php if($disabled): ?> <?php echo e($disabled); ?> <?php endif; ?> <?php echo e($attributes->merge([
'class' => 'btn ' . ($light ? 'btn-light-primary' : 'btn-primary') .' font-weight-bolder' . ($mr ? ' mr-2' : ''),
'type' => 'submit',
])); ?>>
<?php echo e($slot); ?>
</button>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/button.blade.php ENDPATH**/ ?>