|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/erp.theinteractive.co.in/storage/framework/views/ |
Upload File : |
<div class="modal-body">
<div class="card ">
<div class="card-body table-border-style full-card">
<div class="table-responsive">
<table class="table">
<thead>
<tr>
<th><?php echo e(__('Warehouse')); ?></th>
<th><?php echo e(__('Quantity')); ?></th>
</tr>
</thead>
<tbody>
<?php $__empty_1 = true; $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
<?php if(!empty($product->warehouse)): ?>
<tr>
<td><?php echo e(!empty($product->warehouse)?$product->warehouse->name:'-'); ?></td>
<td><?php echo e($product->quantity); ?></td>
</tr>
<?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
<tr>
<td colspan="4" class="text-center"><?php echo e(__(' Product not select in warehouse')); ?></td>
</tr>
<?php endif; ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
<?php /**PATH /var/www/erp.theinteractive.co.in/resources/views/productservice/detail.blade.php ENDPATH**/ ?>