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/d4fad8430a5e60924f2c56d50b932bb6299a38bb.php
<?php
    $emptyMessage = $emptyMessage ?? twillTrans('twill::lang.dashboard.empty-message');
    $isDashboard = true;
    $translate = true;
?>

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

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

<?php $__env->startSection('appTypeClass', 'body--dashboard'); ?>

<?php $__env->startSection('primaryNavigation'); ?>
    <?php if(config('twill.enabled.search', false)): ?>
        <div class="dashboardSearch" id="searchApp" v-cloak>
            <a17-search endpoint="<?php echo e(route(config('twill.dashboard.search_endpoint'))); ?>" type="dashboard" placeholder="<?php echo e(twillTrans('twill::lang.dashboard.search-placeholder')); ?>"></a17-search>
        </div>
    <?php endif; ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>
    <div class="dashboard">
        <a17-shortcut-creator :entities="<?php echo e(json_encode($shortcuts ?? [])); ?>"></a17-shortcut-creator>

        <div class="container">
            <?php if(($facts ?? false) || (!$drafts->isEmpty())): ?>
                <div class="wrapper wrapper--reverse">
                    <aside class="col col--aside">
                        <?php if($facts ?? false): ?>
                            <a17-stat-feed :facts="<?php echo e(json_encode($facts ?? [])); ?>">
                                <?php echo e(twillTrans('twill::lang.dashboard.statitics')); ?>

                            </a17-stat-feed>
                        <?php endif; ?>

                        <?php if(!$drafts->isEmpty()): ?>
                            <a17-feed :entities="<?php echo e(json_encode($drafts ?? [])); ?>"><?php echo e(twillTrans('twill::lang.dashboard.my-drafts')); ?></a17-feed>
                        <?php endif; ?>
                    </aside>
                    <div class="col col--primary">
                        <?php endif; ?>
                        <a17-activity-feed empty-message="<?php echo e($emptyMessage); ?>"></a17-activity-feed>
                        <?php if(($facts ?? false) || (!$drafts->isEmpty())): ?>
                    </div>
                </div>
            <?php endif; ?>
        </div>
    </div>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('initialStore'); ?>
    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.datatable = {}

    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.datatable.mine = <?php echo json_encode($myActivityData); ?>

    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.datatable.all = <?php echo json_encode($allActivityData); ?>


    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.datatable.data = window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.datatable.all
    window['<?php echo e(config('twill.js_namespace')); ?>'].STORE.datatable.columns = <?php echo json_encode($tableColumns); ?>

<?php $__env->stopSection(); ?>


<?php $__env->startPush('extra_js'); ?>
    <script src="<?php echo e(twillAsset('main-dashboard.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/html/vendor/area17/twill/src/../views/layouts/dashboard.blade.php ENDPATH**/ ?>