/
home
/
sjslayjy
/
public_html
/
assets
/
storage
/
framework
/
views
/
Upload File
HOME
<table class="table table-striped"> <thead> <tr> <th>MRN No</th> <th>MRN Date</th> <th>WareHouse Code</th> <th>Spare Code</th> <th>Spare Description</th> <th>UOM</th> <th>Type</th> <th>Fresh Qty</th> <th>Repaired Qty</th> <th>Faulty Qty</th> <th>Basic Rate</th> <th>Total Rate</th> <th>Requested By</th> <th>Approved By</th> <th>Approved Date</th> <th>Status</th> </tr> </thead> <tbody> <?php $__currentLoopData = $all_squareUp; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$squareOff): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($squareOff['mr_no']); ?></td> <td><?php echo e($squareOff['mr_date']); ?></td> <td><?php echo e($squareOff['warehouse']); ?></td> <td><?php echo e($squareOff['spare_code']); ?></td> <td><?php echo e($squareOff['description']); ?></td> <td><?php echo e($squareOff['uom']); ?></td> <td><?php echo e($squareOff['type']); ?></td> <td><?php echo e($squareOff['fresh_qty']); ?></td> <td><?php echo e($squareOff['repaired_qty']); ?></td> <td><?php echo e($squareOff['faulty_qty']); ?></td> <td><?php echo e($squareOff['basic_rate']); ?></td> <td><?php echo e($squareOff['total_rate']); ?></td> <td><?php echo e($squareOff['requested_by']); ?></td> <td><?php echo e($squareOff['approved_by']); ?></td> <td><?php echo e($squareOff['approved_date']); ?></td> <td><?php echo e($squareOff['status']); ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table><?php /**PATH /var/www/assets/resources/views/exports/squareup-roundoff-report.blade.php ENDPATH**/ ?>