File: /www/wwwroot/www.shooperm.com/storage/framework/views/052ab274742bbbd03db19283e08391d26bbe32a5.php
<table class="table" id="mainProductTable">
<thead>
<?php
$user = auth()->user();
$type = $user->role->type;
?>
<tr>
<th scope="col"><?php echo e(__('common.sl')); ?></th>
<th scope="col"><?php echo e(__('common.name')); ?></th>
<th scope="col"><?php echo e(__('common.product_type')); ?></th>
<th scope="col"><?php echo e(__('product.brand')); ?></th>
<th scope="col"><?php echo e(__('common.image')); ?></th>
<?php if(!isModuleActive('MultiVendor')): ?>
<th scope="col"><?php echo e(__('product.stock')); ?></th>
<?php endif; ?>
<?php if($type == "superadmin" || $type == "admin" || $type == "staff"): ?>
<th scope="col"><?php echo e(__('common.status')); ?></th>
<?php else: ?>
<th scope="col"><?php echo e(__('common.approval')); ?></th>
<?php endif; ?>
<th scope="col"><?php echo e(__('common.action')); ?></th>
</tr>
</thead>
</table>
<?php /**PATH /www/wwwroot/www.shooperm.com/Modules/Product/Resources/views/products/product_list.blade.php ENDPATH**/ ?>