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/455eca3f40ee8975ec768b507621556e.php
window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.form.fields.push({
    name: '<?php echo e($name); ?>',
    value: <?php if(isset($item) && is_numeric($item->$name)): ?> <?php echo e($item->$name); ?>

           <?php elseif(isset($item->$name)): ?> <?php echo json_encode($item->$name); ?>

           <?php elseif(isset($formFieldsValue)): ?>
                <?php if(is_array($formFieldsValue)): ?>
                    <?php
                        $formFieldsValue = Arr::first($formFieldsValue, null, '');
                    ?>
                <?php endif; ?>
                <?php if(is_bool($formFieldsValue)): ?> <?php echo e($formFieldsValue ? 'true' : 'false'); ?>

                <?php elseif(is_numeric($formFieldsValue)): ?> <?php echo e($formFieldsValue); ?>

                <?php elseif(is_string($formFieldsValue)): ?> '<?php echo e($formFieldsValue); ?>'
                <?php else: ?> <?php echo $formFieldsValue === null ? "''" : $formFieldsValue; ?>

                <?php endif; ?>
           <?php else: ?>
           <?php endif; ?>
})
<?php /**PATH /var/www/exnova-telegram-bot-v2/vendor/area17/twill/src/../views/partials/form/utils/_selector_input_store.blade.php ENDPATH**/ ?>