Viewing file: bd406d68c77bbbddcac40273e0a03593.php (1.13 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['class' => 'tc-label', 'name', 'for' => null, 'required' => false]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['class' => 'tc-label', 'name', 'for' => null, 'required' => false]); ?> <?php foreach (array_filter((['class' => 'tc-label', 'name', 'for' => null, 'required' => 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); ?>
<label name="<?php echo e($name); ?>" class="<?php echo e($class); ?>" for="<?php echo e($for ? $for:$name); ?>"> <?php echo e(__($name)); ?>
<?php if($required == "true"): ?> <span class="text-red-600">*</span> <?php endif; ?> <?php echo e($slot); ?>
</label>
<?php /**PATH E:\add listing 8-9-25\addListing\resources\views/components/forms/flabel.blade.php ENDPATH**/ ?>
|