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/7e3ababfad9a0008edfc322f3bd61b6e35c60c1d.php
<section class="Bx-List section-<?php echo e($level); ?>">
    <div class="Tp-haeder"><?php echo e($title); ?></div>
    <div class="Tp-item-S row">
        <div class="col-xs-4">
            <a class="item-link"
               href="<?php echo e($level == 1 ? route('admin.menus.create') : route('admin.menus.create', ['parent' => $parent])); ?>">
                <i class="fa fa-plus"></i> افزودن</a>
        </div>
    </div>
    <ul class="main-list">
        <?php $__currentLoopData = $menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
            <li>
                <div class="each-href hrf<?php echo e($level); ?> targetinga" data-heighti="height-open<?php echo e($level-1); ?>" data-hrf="hrf<?php echo e($level); ?>" data-menu="<?php echo e($menu->id); ?>" data-level="<?php echo e($level); ?>"><i class="fa fa-<?php echo e($menu->status ? 'check text-success' : 'close text-danger'); ?>"></i>
                    <?php echo e($menu->title); ?>

                    <ul class="item-href">
                        <li><a href="<?php echo e(route('admin.menus.edit', $menu->id)); ?>" class="option-1"><i class="fa fa-edit"></i></a></li>
                        <form method="post" action="<?php echo e(route('admin.menus.destroy', $menu->id)); ?>" style="display: inline-block;">
                            <?php echo csrf_field(); ?>
                            <?php echo method_field('DELETE'); ?>
                            <li><button type="submit" class="option-1" onclick="return confirm('با حذف یک منو تمام زیرمنو‌های آن نیز پاک میشوند، مطمئنید؟');"><i class="fa fa-trash"></i></button></li>
                        </form>
                    </ul>
                </div>
            </li>
        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
    </ul>
</section>
<?php /**PATH /home/armgroup/libs/resources/views/admin/menus/ajax.blade.php ENDPATH**/ ?>