<?php if($label !== false || ! is_null($hint)): ?>
    <div class="<?php echo \Illuminate\Support\Arr::toCssClasses(['flex justify-between' => ! is_null($hint)]) ?>">
        <?php if (! ($label === false)): ?>
            <?php if (isset($component)) { $__componentOriginalfbdd7d03465d249f805fb47a64468ace209e2262 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\Label::class, [] + (isset($attributes) ? (array) $attributes->getIterator() : [])); ?>
<?php $component->withName('label'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php if (isset($attributes) && $constructor = (new ReflectionClass(App\View\Components\Label::class))->getConstructor()): ?>
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
<?php endif; ?>
<?php $component->withAttributes(['for' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($inputId),'id' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($labelId),'custom-select-label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($customSelectLabel),'class' => ''.e($inline && ! $isCheckboxGroup ? 'form-group__inline-label sm:mt-px sm:pt-2' : '').'']); ?>
                <?php echo e($label); ?>

             <?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalfbdd7d03465d249f805fb47a64468ace209e2262)): ?>
<?php $component = $__componentOriginalfbdd7d03465d249f805fb47a64468ace209e2262; ?>
<?php unset($__componentOriginalfbdd7d03465d249f805fb47a64468ace209e2262); ?>
<?php endif; ?>
        <?php endif; ?>

        <?php if (! (is_null($hint))): ?>
            <span class="<?php echo \Illuminate\Support\Arr::toCssClasses([
                'text-sm text-slate-500',
                'inline-block sm:hidden' => $inline,
            ]) ?>"
            <?php if($inputId): ?> id="<?php echo e($inputId); ?>-hint" <?php endif; ?>
            >
                <?php echo e($hint); ?>

            </span>
        <?php endif; ?>
    </div>
<?php endif; ?>
<?php /**PATH /var/www/html/beta/elv3/resources/views/partials/form-group-label.blade.php ENDPATH**/ ?>