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**/ ?>