File: /var/www/ipsremont-demo/storage/framework/views/82f1ea6e595284fcb711a3fb788f3b43842d7ce6.php
<?php $attributes = $attributes->exceptProps([
'display'
]); ?>
<?php foreach (array_filter(([
'display'
]), '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); ?>
<span>
<?php if($display==1): ?>
<span class="label label-inline label-light-success font-weight-bold"><?php echo app('translator')->get('admins.active'); ?></span>
<?php else: ?>
<span class="label label-inline label-light-danger font-weight-bold"><?php echo app('translator')->get('admins.notActive'); ?></span>
<?php endif; ?>
</span>
<?php echo e($slot); ?>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/active-label.blade.php ENDPATH**/ ?>