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/e6fc645a5426cdc89c3757921000d2e578583f2e.php
<?php if(isset($currentUser)): ?>
    <a17-dropdown ref="userDropdown" position="bottom-right" :offset="-10">
        <a href="<?php echo e(route('admin.users.edit', $currentUser->id)); ?>" @click.prevent="$refs.userDropdown.toggle()">
            <?php echo e($currentUser->role === 'SUPERADMIN' ? twillTrans('twill::lang.nav.admin') : $currentUser->name); ?>

            <span symbol="dropdown_module" class="icon icon--dropdown_module">
                <svg>
                    <title>dropdown_module</title>
                    <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon--dropdown_module"></use>
                </svg>
            </span>
        </a>
        <div slot="dropdown__content">
            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->check('manage-users')): ?>
                <a href="<?php echo e(route('admin.users.index')); ?>"><?php echo e(twillTrans('twill::lang.nav.cms-users')); ?></a>
            <?php endif; ?>
            <a href="<?php echo e(route('admin.users.edit', $currentUser->id)); ?>"><?php echo e(twillTrans('twill::lang.nav.settings')); ?></a>
            <a href="<?php echo e(route('admin.logout')); ?>"><?php echo e(twillTrans('twill::lang.nav.logout')); ?></a>
        </div>
    </a17-dropdown>
<?php endif; ?>
<?php /**PATH /project/quadcode/releases/20210212135745Z/vendor/area17/twill/src/../views/partials/navigation/_user.blade.php ENDPATH**/ ?>