Spamworldpro Mini Shell
Spamworldpro


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/demo.cartinsight.co/storage/framework/views/11371cf9ecece7c0734ee9c8c63f43a6.php
<div class="row widget-content" data-id="chart<?php echo e($chart->id); ?>">
    <?php if(isset($dates)): ?>
        <div class="col-md-12" style="display: flex;justify-content: space-around">
            <?php echo e('('.$dates['startDateFirstPeriod'] . " - ". $dates['endDateFirstPeriod'].')'); ?>

        </div>
    <?php endif; ?>
    <div class="<?php echo e(isset($labelsAsTable)?'col-md-6':'col-md-12'); ?>">
        <div id="chart<?php echo e($chart->id); ?>">
            <?php echo $chart->container(); ?>

        </div>
    </div>

    <?php if(isset($labelsAsTable)): ?>
        <div class="col-md-6" style="height: <?php echo e($chart->height); ?>px;overflow: auto;">
            <?php echo $labelsAsTable; ?>

        </div>
    <?php endif; ?>
</div>

<?php echo $chart->script(); ?>


<?php if(isset($chartSecondPeriod)): ?>
    <div class="row widget-content" data-id="chart<?php echo e($chartSecondPeriod->id); ?>">
        <div class="col-md-12" style="display: flex;justify-content: space-around">
            <?php echo e('('.$dates['startDateSecondPeriod'] . " - ". $dates['endDateSecondPeriod'].')'); ?>

        </div>

        <div class="<?php echo e(isset($labelsAsTableSecondChart)?'col-md-6':'col-md-12'); ?>">
            <div id="chart<?php echo e($chartSecondPeriod->id); ?>">
                <?php echo $chartSecondPeriod->container(); ?>

            </div>
        </div>
        <?php if(isset($labelsAsTableSecondChart)): ?>
            <div class="col-md-6" style="height: <?php echo e($chart->height); ?>px;overflow: auto;">
                <?php echo $labelsAsTableSecondChart; ?>

            </div>
        <?php endif; ?>
    </div>
    </div>
    <?php echo $chartSecondPeriod->script(); ?>

<?php endif; ?>

<?php if(isset($description)): ?>
    <div class="row">
        <div class="col-md-12 text-muted text-sm">
            <?php echo $description; ?>

        </div>
    </div>
<?php endif; ?>

<script>
    <?php echo e($chart->id); ?>_load();

    <?php if(isset($chartSecondPeriod)): ?>
    <?php echo $chartSecondPeriod->id; ?>_load();
    <?php endif; ?>

    function numberToMoneyFormatWithCurrency(number, currency = 'USD') {
        return (new Intl.NumberFormat('en-US', {
            style: 'currency',
            currency: currency,
        })).format(number);
    }
</script>
<?php /**PATH /home/corals/demo.woobi.io/vendor/corals/woocommerce-reporting/src/WooCommerce/resources/views/chart.blade.php ENDPATH**/ ?>

Spamworldpro Mini