HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/exnova-telegram-bot-v2/storage/framework/views/4e54c7230ab27d6fb238ff734e5ed455.php
<a17-singleselect
    label="<?php echo e($label); ?>"
    <?php echo $formFieldName(); ?>

    :options="<?php echo e(json_encode($options)); ?>"
    <?php if($default): ?> selected="<?php echo e($default); ?>" <?php endif; ?>
    :grid="false"
    :columns="<?php echo e($columns); ?>"
    :disabled="<?php echo e($disabled ? 'true' : 'false'); ?>"
    <?php if($inline): ?> :inline="true" <?php endif; ?>
    <?php if($border): ?> :border="true" <?php endif; ?>
    <?php if($required): ?> :required="true" <?php endif; ?>
    <?php if($inModal): ?> :in-modal="true" <?php endif; ?>
    <?php if($addNew): ?> add-new='<?php echo e($storeUrl); ?>' <?php elseif($note): ?> note='<?php echo e($note); ?>' <?php endif; ?>
    <?php if($confirmMessageText): ?> confirm-message-text="<?php echo e($confirmMessageText); ?>"  <?php endif; ?>
    <?php if($confirmTitleText): ?> confirm-title-text="<?php echo e($confirmTitleText); ?>"  <?php endif; ?>
    :has-default-store="true"
    <?php if($requireConfirmation): ?> :require-confirmation="true" <?php endif; ?>
    in-store="value"
>
    <?php if($addNew): ?>
        <div slot="addModal">
            <?php
            if( view()->exists(twillViewName(($formModuleName ?? null), 'create'))) {
                echo $__env->make(twillViewName(($formModuleName ?? null), 'create'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->with( ['renderForModal' => true, 'fieldsInModal' => true])->render();
            } elseif( view()->exists('twill.partials.create')) {
                echo $__env->make('twill.partials.create', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->with( ['renderForModal' => true, 'fieldsInModal' => true])->render();
            } elseif( view()->exists('twill::'.($formModuleName ?? null).'.create')) {
                echo $__env->make('twill::'.($formModuleName ?? null).'.create', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->with( ['renderForModal' => true, 'fieldsInModal' => true])->render();
            } elseif( view()->exists('twill::partials.create')) {
                echo $__env->make('twill::partials.create', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->with( ['renderForModal' => true, 'fieldsInModal' => true])->render();
            }
            ?>
        </div>
    <?php endif; ?>
</a17-singleselect>

<?php if (! ($renderForBlocks || $renderForModal || (!isset($item->$name) && is_null($formFieldsValue = getFormFieldsValue($form_fields, $name, $default))))): ?>
<?php $__env->startPush('vuexStore'); ?>
    <?php echo $__env->make('twill::partials.form.utils._selector_input_store', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
<?php $__env->stopPush(); ?>
<?php endif; ?>
<?php /**PATH /var/www/exnova-telegram-bot-v2/vendor/area17/twill/src/../views/partials/form/_radios.blade.php ENDPATH**/ ?>