![]() 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/ |
<div class="widget-content" id="<?php echo e($id = 'chart_'.substr(md5(rand()),0,33)); ?>" data-id="<?php echo e($id); ?>"> <?php if(isset($percentage)): ?> <h5 style="margin: 0" class="text-bold text-center <?php echo e($percentage >=0 ? 'text-green' : 'text-red'); ?>"> <?php echo e("Percentage: ".$percentage); ?> </h5> <?php endif; ?> <div class="container-pie"> <div class="metric-widget"> <?php if(isset($dates)): ?> <div class="metric-widget-label"> <?php echo e('('.$dates['startDateFirstPeriod'] . " - ". $dates['endDateFirstPeriod'].')'); ?> </div> <?php endif; ?> <div class="metric-widget-value"> <?php echo $mainValue; ?> </div> <div class="metric-widget-details"> <ul class="list-inline"> <?php $__currentLoopData = $details??[]; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $label=>$value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($label); ?>: <strong><?php echo e($value); ?></strong></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php if(isset($mainValueSecondPeriod)): ?> <div class="metric-widget"> <?php if(isset($dates)): ?> <div class="metric-widget-label"> <?php echo e('('.$dates['startDateSecondPeriod'] . " - ". $dates['endDateSecondPeriod'].')'); ?> </div> <?php endif; ?> <div class="metric-widget-value" style="background: #E25F5F!important;"> <?php echo $mainValueSecondPeriod; ?> </div> <div class="metric-widget-details"> <ul class="list-inline"> <?php $__currentLoopData = $detailsSecondPeriod??[]; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $label=>$value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><?php echo e($label); ?>: <strong><?php echo e($value); ?></strong></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php endif; ?> </div> <?php if(isset($description)): ?> <div class="text-muted text-sm"> <?php echo $description; ?> </div> <?php endif; ?> </div> <?php /**PATH /home/corals/demo.cartinsight.co/vendor/corals/woocommerce-reporting/src/WooCommerce/resources/views/widgets/components/value_component.blade.php ENDPATH**/ ?>