initial import
This commit is contained in:
52
storage/framework/views/9b6420b104e399afd8e150e576e047d6.php
Normal file
52
storage/framework/views/9b6420b104e399afd8e150e576e047d6.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?>
|
||||
<?php foreach($attributes->onlyProps([
|
||||
'error' => false,
|
||||
'isDisabled' => false,
|
||||
'isMarkedAsRequired' => true,
|
||||
'prefix' => null,
|
||||
'required' => false,
|
||||
'suffix' => null,
|
||||
]) as $__key => $__value) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
} ?>
|
||||
<?php $attributes = $attributes->exceptProps([
|
||||
'error' => false,
|
||||
'isDisabled' => false,
|
||||
'isMarkedAsRequired' => true,
|
||||
'prefix' => null,
|
||||
'required' => false,
|
||||
'suffix' => null,
|
||||
]); ?>
|
||||
<?php foreach (array_filter(([
|
||||
'error' => false,
|
||||
'isDisabled' => false,
|
||||
'isMarkedAsRequired' => true,
|
||||
'prefix' => null,
|
||||
'required' => false,
|
||||
'suffix' => null,
|
||||
]), '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
|
||||
<?php echo e($attributes->class(['fi-fo-field-wrp-label inline-flex items-center gap-x-3'])); ?>
|
||||
|
||||
>
|
||||
<?php echo e($prefix); ?>
|
||||
|
||||
|
||||
<span class="text-sm font-medium leading-6 text-gray-950 dark:text-white">
|
||||
|
||||
<?php echo e($slot); ?><?php if($required && $isMarkedAsRequired && ! $isDisabled): ?><sup class="text-danger-600 dark:text-danger-400 font-medium">*</sup>
|
||||
<?php endif; ?>
|
||||
</span>
|
||||
|
||||
<?php echo e($suffix); ?>
|
||||
|
||||
</label>
|
||||
<?php /**PATH C:\wwwroot\stylegallery\backend\vendor\filament\forms\resources\views/components/field-wrapper/label.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user