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