/
home
/
sjslayjy
/
public_html
/
assets
/
storage
/
framework
/
views
/
Upload File
HOME
<table> <thead> <tr> <th>warehouse</th> <th>engineer_id</th> <th>item_type</th> <th>qty</th> <th>spare_code</th> <th>uom</th> <th>type</th> <th>description</th> <th>StaffName</th> <th>lot_no</th> <th>rate</th> </tr> </thead> <tbody> <?php $__currentLoopData = $stocks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$stock): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($stock->warehouse); ?></td> <td><?php echo e($stock->engineer_id); ?></td> <td><?php echo e($stock->item_type); ?></td> <td><?php echo e($stock->qty); ?></td> <td><?php echo e($stock->spare_code); ?></td> <td><?php echo e($stock->uom); ?></td> <td><?php echo e($stock->type); ?></td> <td><?php echo e($stock->description); ?></td> <td><?php echo e($stock->StaffName); ?></td> <td><?php echo e($stock->lot_no); ?></td> <td><?php echo e($stock->rate); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table><?php /**PATH /var/www/assets/resources/views/exports/resigned-tech-stock-excel-export.blade.php ENDPATH**/ ?>