{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www///arsu_theme/storage/framework/views/9f6d1dcf0e12f2ff58d179d93f3c2031.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps([ 'id' => null, 'label' => null, 'name' => null, 'choices' => [], 'selected' => null, 'wrapperClass' => null, 'helperText' => null, 'required' => false, ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps([ 'id' => null, 'label' => null, 'name' => null, 'choices' => [], 'selected' => null, 'wrapperClass' => null, 'helperText' => null, 'required' => false, ]); ?> <?php foreach (array_filter(([ 'id' => null, 'label' => null, 'name' => null, 'choices' => [], 'selected' => null, 'wrapperClass' => null, 'helperText' => 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); ?> <?php $id ??= $name ?? Str::random(8); ?> <?php if (isset($component)) { $__componentOriginala0a922bb70d8e2bee74cdab0a323562a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginala0a922bb70d8e2bee74cdab0a323562a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form-group','data' => ['class' => $wrapperClass]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form-group'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($wrapperClass)]); ?> <?php if($label): ?> <?php if (isset($component)) { $__componentOriginal50e5e771b30c35423d2b4f118feb7c0c = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal50e5e771b30c35423d2b4f118feb7c0c = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form.label','data' => ['label' => $label,'for' => $id,'class' => \Illuminate\Support\Arr::toCssClasses(['required' => $required])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form.label'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($label),'for' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($id),'class' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(\Illuminate\Support\Arr::toCssClasses(['required' => $required]))]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal50e5e771b30c35423d2b4f118feb7c0c)): ?> <?php $attributes = $__attributesOriginal50e5e771b30c35423d2b4f118feb7c0c; ?> <?php unset($__attributesOriginal50e5e771b30c35423d2b4f118feb7c0c); ?> <?php endif; ?> <?php if (isset($__componentOriginal50e5e771b30c35423d2b4f118feb7c0c)): ?> <?php $component = $__componentOriginal50e5e771b30c35423d2b4f118feb7c0c; ?> <?php unset($__componentOriginal50e5e771b30c35423d2b4f118feb7c0c); ?> <?php endif; ?> <?php endif; ?> <div class="row g-2"> <?php $__currentLoopData = $choices; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-auto"> <label class="form-colorinput form-colorinput-light"> <?php $checkboxValue = is_string($key) && strlen($key) > 1 ? $key : $item; ?> <input name="<?php echo e($name); ?>" type="radio" value="<?php echo e($checkboxValue); ?>" class="form-colorinput-input" <?php if($checkboxValue == $selected): echo 'checked'; endif; ?>> <span class="form-colorinput-color" style="background-color:<?php echo e($item); ?>;"></span> </label> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php if($helperText): ?> <?php if (isset($component)) { $__componentOriginal1844d57dc6206b688bd5adc7dea47e7d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal1844d57dc6206b688bd5adc7dea47e7d = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form.helper-text','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form.helper-text'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?><?php echo $helperText; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal1844d57dc6206b688bd5adc7dea47e7d)): ?> <?php $attributes = $__attributesOriginal1844d57dc6206b688bd5adc7dea47e7d; ?> <?php unset($__attributesOriginal1844d57dc6206b688bd5adc7dea47e7d); ?> <?php endif; ?> <?php if (isset($__componentOriginal1844d57dc6206b688bd5adc7dea47e7d)): ?> <?php $component = $__componentOriginal1844d57dc6206b688bd5adc7dea47e7d; ?> <?php unset($__componentOriginal1844d57dc6206b688bd5adc7dea47e7d); ?> <?php endif; ?> <?php endif; ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginala0a922bb70d8e2bee74cdab0a323562a)): ?> <?php $attributes = $__attributesOriginala0a922bb70d8e2bee74cdab0a323562a; ?> <?php unset($__attributesOriginala0a922bb70d8e2bee74cdab0a323562a); ?> <?php endif; ?> <?php if (isset($__componentOriginala0a922bb70d8e2bee74cdab0a323562a)): ?> <?php $component = $__componentOriginala0a922bb70d8e2bee74cdab0a323562a; ?> <?php unset($__componentOriginala0a922bb70d8e2bee74cdab0a323562a); ?> <?php endif; ?> <?php /**PATH /var/www/arsu/platform/core/base/resources/views/components/form/color-selector.blade.php ENDPATH**/ ?>
./Ninja\.