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-site/storage/framework/views/07eead2995d2539dae3dc0f3b2eb7b25897e0270.php
<?php $__env->startSection('appTypeClass', 'body--buckets'); ?>

<?php
    $bucketSectionLinks = $bucketSectionLinks ?? [];
?>

<?php $__env->startPush('extra_css'); ?>
    <?php if(app()->isProduction()): ?>
        <link href="<?php echo e(twillAsset('main-buckets.css')); ?>" rel="preload" as="style" crossorigin/>
    <?php endif; ?>
    <link href="<?php echo e(twillAsset('main-buckets.css')); ?>" rel="stylesheet" crossorigin/>
<?php $__env->stopPush(); ?>

<?php $__env->startPush('extra_js_head'); ?>
    <?php if(app()->isProduction()): ?>
        <link href="<?php echo e(twillAsset('main-buckets.js')); ?>" rel="preload" as="script" crossorigin/>
    <?php endif; ?>
<?php $__env->stopPush(); ?>

<?php $__env->startSection('content'); ?>
    <a17-buckets
        title="<?php echo e($bucketSourceTitle ?? twillTrans('twill::lang.buckets.source-title')); ?>"
        empty-buckets="<?php echo e(twillTrans('twill::lang.buckets.none-featured')); ?>"
        empty-source="<?php echo e(twillTrans('twill::lang.buckets.none-available')); ?>"
        :restricted="<?php echo json_encode($restricted ?? true); ?>"
        :extra-actions="<?php echo e(json_encode($bucketSectionLinks)); ?>"
    >
        <?php echo e($bucketsSectionIntro ?? twillTrans('twill::lang.buckets.intro')); ?>

    </a17-buckets>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('initialStore'); ?>
    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.buckets = {
        saveUrl: <?php echo json_encode($saveUrl); ?>,
        items: <?php echo json_encode($items); ?>,
        source: <?php echo json_encode($source); ?>,
        dataSources: <?php echo json_encode($dataSources); ?>,
        page: 1,
        maxPage: <?php echo e($maxPage ?? 1); ?>,
        offset: <?php echo e($offset ?? 10); ?>,
        filter: {}
    }
<?php $__env->stopSection(); ?>

<?php $__env->startPush('extra_js'); ?>
    <script src="<?php echo e(twillAsset('main-buckets.js')); ?>" crossorigin></script>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('twill::layouts.main', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /project/quadcode/releases/20210527084438Z/vendor/area17/twill/src/../views/layouts/buckets.blade.php ENDPATH**/ ?>