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**/ ?>