HEX
Server: LiteSpeed
System: Linux sv4.hami.host 5.14.0-611.54.3.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:31:24 EDT 2026 x86_64
User: armgroup (1008)
PHP: 8.2.32
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, mail, socket_create, socket_create_listen, socket_create_pair, link, dl, openlog, syslog, stream_socket_server, curl_multi_init
Upload Files
File: /home/armgroup/libs/storage/framework/views/538071e203e8285034ae62f69522d3f66443e34c.php
<aside class="main-sidebar sidebar-light-primary elevation-4">
    <a href="#" onclick="event.preventDefault();" class="brand-link">
        <img src="<?php echo e(auth()->user()->avatar); ?>" alt="تصویر کاربر" class="brand-image img-circle elevation-3"
             style="opacity: .8">
        <span class="brand-text font-weight-light"><?php echo e(auth()->user()->name ?: 'مدیریت سایت'); ?></span>
    </a>
    <div class="sidebar" style="direction: ltr">
        <div style="direction: rtl">
            <nav class="mt-2">
                <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
                    <?php $__currentLoopData = \App\MenuFactory::build(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->any($menu['permissions'])): ?>
                            <?php if(isset($menu['children']) && $menu['children']): ?>
                                <li class="nav-item has-treeview <?php if(isset($menu['active']) && $menu['active']): ?> menu-open <?php endif; ?>">
                                    <a href="#" class="nav-link <?php if(isset($menu['active']) && $menu['active']): ?> active <?php endif; ?>">
                                        <i class="nav-icon fa fa-<?php echo e($menu['icon']); ?>"></i>
                                        <p>
                                            <?php echo e($menu['label']); ?>

                                            <i class="right fa fa-angle-left"></i>
                                        </p>
                                    </a>
                                    <ul class="nav nav-treeview">
                                        <?php $__currentLoopData = $menu['children']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $child): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                            <?php if (app(\Illuminate\Contracts\Auth\Access\Gate::class)->any($child['permissions'])): ?>
                                                <li class="nav-item">
                                                    <a href="<?php echo e(route($child['route_name'])); ?>" class="nav-link <?php if(isset($child['active']) && $child['active']): ?> active <?php endif; ?>">
                                                        <i class="fa fa-<?php echo e($child['icon']); ?> nav-icon"></i>
                                                        <p><?php echo e($child['label']); ?></p>
                                                    </a>
                                                </li>
                                            <?php endif; ?>
                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                    </ul>
                                </li>
                            <?php else: ?>
                                <li class="nav-item">
                                    <a href="<?php echo e(route($menu['route_name'])); ?>" class="nav-link <?php if(isset($menu['active']) && $menu['active']): ?> active <?php endif; ?>">
                                        <i class="nav-icon fa fa-<?php echo e($menu['icon']); ?>"></i>
                                        <p>
                                            <?php echo e($menu['label']); ?>

                                        </p>
                                    </a>
                                </li>
                            <?php endif; ?>
                        <?php endif; ?>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                </ul>
            </nav>
        </div>
    </div>
</aside>
<?php /**PATH C:\xampp\armshop\resources\views/admin/layouts/sidebar.blade.php ENDPATH**/ ?>