File: /www/wwwroot/www.shooperm.com/storage/framework/views/0e2d96142f7e287b91e8114cc4ba35b9eeee0209.php
<div class="row">
<div class="col-lg-12">
<table class="table" id="categoryDataTable">
<thead>
<tr>
<th scope="col"><?php echo e(__('common.id')); ?></th>
<th scope="col"><?php echo e(__('common.name')); ?></th>
<th scope="col"><?php echo e(__('product.parent_category')); ?></th>
<?php if(isModuleActive('MultiVendor')): ?>
<th scope="col"><?php echo e(__('common.commission_rate')); ?></th>
<?php endif; ?>
<th scope="col"><?php echo e(__('common.status')); ?></th>
<th scope="col"><?php echo e(__('common.action')); ?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Product/Resources/views/category/components/list.blade.php ENDPATH**/ ?>