![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/demo.cartinsight.co/storage/framework/views/ |
<?php $__env->startSection('table'); ?> <div class="row"> <div class="col-md-12"> <div class="table-responsive"> <table class="table table-striped"> <thead> <tr style="background-color: #d3cefc"> <?php $__currentLoopData = $report->getColumnsValues(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $column => $attr): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <th style="<?php echo e(data_get($attr,'style')); ?>" class="<?php echo e(data_get($attr,'class')); ?>"> <?php if(is_array($attr)): ?> <?php echo $column; ?> <?php else: ?> <?php echo $attr; ?> <?php endif; ?> </th> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tr> </thead> <tbody> <?php $__empty_1 = true; $__currentLoopData = $records->groupBy->product_integration_id; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $products): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <?php $__currentLoopData = $report->getColumnsValues($products,$product,$loop->first); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $column => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <th> <?php echo $value; ?> </th> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <tr> <td colspan="8" style="background-color: #f0f0ff"></td> <td style="background-color: #f0f0ff"> <?php echo e(($products->sum->total_wholesale_price)); ?> </td> <td colspan="6" style="background-color: #f0f0ff"></td> </tr> <?php if(!$loop->last): ?> <tr style="height: 30px"> <td colspan="15" class="bg-warning"></td> </tr> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <tr> <td colspan="15" class="text-center"> No Data Found! </td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('WooCommerce::reports.layouts.report_master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/demo.woobi.io/vendor/corals/woocommerce-reporting/src/WooCommerce/resources/views/reports/cogs_sold_products.blade.php ENDPATH**/ ?>