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/3ea0f51f8b011317009bae6dc6acc860.php
<?php if($unpack ?? false): ?>
    <a17-singleselect
        label="<?php echo e($label); ?>"
        <?php echo $formFieldName(); ?>

        :options='<?php echo e(json_encode($options)); ?>'
        :columns="<?php echo e($columns); ?>"
        <?php if(isset($default)): ?> selected="<?php echo e($default); ?>" <?php endif; ?>
        <?php if($required): ?> :required="true" <?php endif; ?>
        <?php if($inModal): ?> :in-modal="true" <?php endif; ?>
        <?php if($inTable): ?> :in-table="true" :inline="true" <?php endif; ?>
        <?php if(!$inGrid): ?> :grid="false" <?php endif; ?>
        <?php if($disabled): ?> disabled <?php endif; ?>
        <?php if($addNew): ?> add-new='<?php echo e($storeUrl); ?>' <?php elseif($note): ?> note='<?php echo e($note); ?>' <?php endif; ?>
        :has-default-store="true"
        in-store="value"
    >
        <?php if($addNew): ?>
            <div slot="addModal">
                <?php
                    unset($note, $placeholder, $emptyText, $default, $required, $inModal, $addNew, $options);
                ?>
                <?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 elseif($native ?? false): ?>
    <a17-select
        label="<?php echo e($label); ?>"
        <?php echo $formFieldName(); ?>

        :options='<?php echo e(json_encode($options)); ?>'
        <?php if($placeholder): ?> placeholder="<?php echo e($placeholder); ?>" <?php endif; ?>
        <?php if(isset($default)): ?> selected="<?php echo e($default); ?>" <?php endif; ?>
        <?php if($required): ?> :required="true" <?php endif; ?>
        <?php if($inModal): ?> :in-modal="true" <?php endif; ?>
        <?php if($disabled): ?> disabled <?php endif; ?>
        <?php if($addNew): ?> add-new='<?php echo e($storeUrl); ?>' <?php elseif($note): ?> note='<?php echo e($note); ?>' <?php endif; ?>
        :has-default-store="true"
        size="large"
        in-store="value"
    >
        <?php if($addNew): ?>
            <div slot="addModal">
                <?php
                    unset($note, $placeholder, $emptyText, $default, $required, $inModal, $addNew, $options);
                ?>
                <?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-select>
<?php else: ?>
    <a17-vselect
        label="<?php echo e($label); ?>"
        <?php echo $formFieldName(); ?>

        :options='<?php echo e(json_encode($options)); ?>'
        <?php if($emptyText ?? false): ?> empty-text="<?php echo e($emptyText); ?>" <?php endif; ?>
        <?php if($placeholder): ?> placeholder="<?php echo e($placeholder); ?>" <?php endif; ?>
        <?php if(isset($default)): ?> :selected="<?php echo e(json_encode(collect($options)->first(function ($option) use ($default) {
            return $option['value'] === $default;
        }))); ?>" <?php endif; ?>
        <?php if($required): ?> :required="true" <?php endif; ?>
        <?php if($disabled): ?> disabled <?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; ?>
        :has-default-store="true"
        <?php if($searchable): ?> :searchable="true" <?php endif; ?>
        <?php if($clearable): ?> :clearable="true" <?php endif; ?>
        size="large"
        in-store="inputValue"
    >
        <?php if($addNew): ?>
            <div slot="addModal">
                <?php
                    unset($note, $placeholder, $emptyText, $default, $required, $inModal, $addNew, $options);
                ?>
                <?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-vselect>
<?php endif; ?>

<?php if (! ($renderForBlocks || $renderForModal || (!isset($item->$name) && is_null($formFieldsValue = getFormFieldsValue($form_fields, $name))))): ?>
<?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/_select.blade.php ENDPATH**/ ?>