shell bypass 403

UnknownSec Shell


name : 4f02336ffe015c4ccee80d98b9cffc6a5f84bd9b.php
<h4><?php echo e(__('common.Menu List')); ?></h4>
<div class="">
    <div class="row">
        <div class="col-xl-12 menu_item_div" id="itemDiv">

            <?php if(isset($sections)): ?>
                <?php $__currentLoopData = $sections; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $section): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>

                    <div class="closed_section" data-id="<?php echo e($section->id); ?>">
                        <!-- menu_setup_wrap  -->
                        <?php if(!empty($section->name)): ?>
                            <div class="section_nav">
                                <h5><?php echo e($section->name); ?></h5>
                                <div class="setting_icons">
                                     <span class="edit-btn">
                                                             <a class=" btn-modal"
                                                                data-container="#commonModal" type="button"
                                                                href="<?php echo e(route('sidebar-manager.section-edit-form',$section->id)); ?>"
                                                             >
                                                           <i class="ti-pencil"></i>
                                                        </a>

                                                        </span>
                                    <i class="ti-close delete_section" data-id="<?php echo e($section->id); ?>"></i>
                                    <i class="ti-angle-up toggle_up_down"></i>
                                </div>
                            </div>
                        <?php endif; ?>
                        <div class="dd menu_list sortable-list">
                            <?php if($section->activeMenus->count()): ?>
                                <div class="dd-list menu-list" data-id="<?php echo e($section->id); ?>"
                                     data-section_id="<?php echo e($section->id); ?>">
                                    <?php $__currentLoopData = $section->activeMenus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <?php if(!$menu->module ||  isModuleActive($menu->module)): ?>
                                            <?php
                                                $submenus =$section->activeSubmenus->where('parent_route',$menu->route)->where('parent_route','!=','dashboard');
                                            ?>
                                            <div class="dd-item listed_menu menu_item"
                                                 data-id="<?php echo e($menu->id); ?>"
                                                 data-parent_id="<?php echo e($menu->id); ?>"
                                                 data-section_id="<?php echo e($section->id); ?>"
                                                 data-icon="<?php echo e($menu->icon); ?>"
                                                 data-name="<?php echo e($menu->name); ?>"
                                            >
                                                <div class="dd-handle">
                                                    <div class="menu_icon">
                                                        <svg xmlns="http://www.w3.org/2000/svg" width="24"
                                                             height="24"
                                                             viewBox="0 0 24 24" fill="none" stroke="currentColor"
                                                             stroke-width="2" stroke-linecap="round"
                                                             stroke-linejoin="round"
                                                             class="feather feather-move icon-16 text-off mr5">
                                                            <polyline points="5 9 2 12 5 15"></polyline>
                                                            <polyline points="9 5 12 2 15 5"></polyline>
                                                            <polyline points="15 19 12 22 9 19"></polyline>
                                                            <polyline points="19 9 22 12 19 15"></polyline>
                                                            <line x1="2" y1="12" x2="22" y2="12"></line>
                                                            <line x1="12" y1="2" x2="12" y2="22"></line>
                                                        </svg>
                                                    </div>
                                                    <?php echo e($menu->name); ?>

                                                </div>
                                                <div class="edit_icon">
                                                   <span class="edit-btn">
                                                        <a class=" btn-modal"
                                                           data-container="#commonModal" type="button"
                                                           href="<?php echo e(route('sidebar-manager.menu-edit-form',$menu->id)); ?>"
                                                        >
                                                           <i class="ti-pencil"></i>
                                                        </a>

                                                   </span>
                                                    <span class="make-sub-menu toggle-menu-icon">
                                                    <i class="ti-back-left"></i>
                                                </span>
                                                    <i class="ti-close remove_menu"></i>
                                                </div>
                                            </div>
                                            <?php if($menu->route!='dashboard'): ?>
                                                <?php $__currentLoopData = $submenus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $submenu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                    <?php if(!$submenu->module ||  isModuleActive($submenu->module)): ?>
                                                        <div class="dd-item listed_menu ml_20 sub_menu_item"
                                                             data-id="<?php echo e($submenu->id); ?>"
                                                             data-parent_id="<?php echo e($menu->id); ?>"
                                                             data-section_id="<?php echo e($section->id); ?>"
                                                             data-icon="<?php echo e($submenu->icon); ?>"
                                                             data-name="<?php echo e($submenu->name); ?>"
                                                        >
                                                            <div class="dd-handle">
                                                                <div class="menu_icon">
                                                                    <svg xmlns="http://www.w3.org/2000/svg"
                                                                         width="24"
                                                                         height="24" viewBox="0 0 24 24" fill="none"
                                                                         stroke="currentColor" stroke-width="2"
                                                                         stroke-linecap="round"
                                                                         stroke-linejoin="round"
                                                                         class="feather feather-move icon-16 text-off mr5">
                                                                        <polyline points="5 9 2 12 5 15"></polyline>
                                                                        <polyline points="9 5 12 2 15 5"></polyline>
                                                                        <polyline
                                                                            points="15 19 12 22 9 19"></polyline>
                                                                        <polyline
                                                                            points="19 9 22 12 19 15"></polyline>
                                                                        <line x1="2" y1="12" x2="22" y2="12"></line>
                                                                        <line x1="12" y1="2" x2="12" y2="22"></line>
                                                                    </svg>
                                                                </div>
                                                                <?php echo e($submenu->name); ?>

                                                            </div>
                                                            <div class="edit_icon">
                                                         <span class="edit-btn">
                                                             <a class=" btn-modal"
                                                                data-container="#commonModal" type="button"
                                                                href="<?php echo e(route('sidebar-manager.menu-edit-form',$submenu->id)); ?>"
                                                             >
                                                           <i class="ti-pencil"></i>
                                                        </a>

                                                        </span>

                                                                <span class="make-root-menu toggle-menu-icon">
                                                            <i class="ti-back-right"></i>
                                                        </span>
                                                                <i class="ti-close remove_menu"></i>
                                                            </div>

                                                        </div>
                                                    <?php endif; ?>
                                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                            <?php endif; ?>
                                        <?php endif; ?>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>


                                </div>
                            <?php else: ?>
                                <div class="dd-list menu-list" data-id="<?php echo e($section->id); ?>"
                                     data-section_id="<?php echo e($section->id); ?>">
                                    <span class="empty_list"><?php echo e(__('common.No more items available')); ?></span>
                                </div>
                            <?php endif; ?>
                        </div>
                    </div>
                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
            <?php endif; ?>
        </div>
    </div>
</div>
<?php /**PATH /home/bouloter/infix/Modules/SidebarManager/Resources/views/components/components.blade.php ENDPATH**/ ?>

© 2025 UnknownSec
afwwrfwafr45458465
Password