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/quadcode-jobs/storage/framework/views/27242c6f9d72c77d23d410e9c84470157ee0d300.php
<?php
    $name = $name ?? $type;
    $buttonAsLink = $buttonAsLink ?? false;
    $max = $max ?? null;
    $reorder = $reorder ?? true;
?>

<a17-repeater
    type="<?php echo e($type); ?>"
    <?php if($max): ?> :max="<?php echo e($max); ?>" <?php endif; ?>
    <?php if(!$reorder): ?> :draggable="false" <?php endif; ?>
    <?php if($renderForBlocks): ?> :name="repeaterName('<?php echo e($name); ?>')" <?php else: ?> name="<?php echo e($name); ?>" <?php endif; ?>
    <?php if($buttonAsLink): ?> :button-as-link="true" <?php endif; ?>
></a17-repeater>

<?php $__env->startPush('vuexStore'); ?>
    <?php $__currentLoopData = $form_fields['repeaterFields'][$name] ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $field): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.form.fields.push(<?php echo json_encode($field); ?>)
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

    <?php $__currentLoopData = $form_fields['repeaterMedias'][$name] ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $repeater => $medias): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.medias.selected["<?php echo e($repeater); ?>"] = <?php echo json_encode($medias); ?>

    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

    <?php $__currentLoopData = $form_fields['repeaterFiles'][$name] ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $repeater => $files): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.medias.selected["<?php echo e($repeater); ?>"] = <?php echo json_encode($files); ?>

    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

    <?php $__currentLoopData = $form_fields['repeaterBrowsers'][$name] ?? []; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $repeater => $fields): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.browser.selected["<?php echo e($repeater); ?>"] = <?php echo json_encode($fields); ?>

    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php $__env->stopPush(); ?>
<?php /**PATH /var/www/quadcode-jobs/vendor/area17/twill/src/../views/partials/form/_repeater.blade.php ENDPATH**/ ?>