File: /var/www/quadcode-site/storage/framework/views/9aafd01bed7523b4f872701d5347445d9ded5137.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 /var/www/quadcode-site/vendor/area17/twill/src/../views/layouts/buckets.blade.php ENDPATH**/ ?>