![]() 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('content_header'); ?> <?php $__env->startComponent('components.content_header'); ?> <?php $__env->slot('page_title'); ?> <?php echo e($title_singular); ?> <?php $__env->endSlot(); ?> <?php $__env->slot('breadcrumb'); ?> <?php echo e(Breadcrumbs::render('wooCommerce_variation_show')); ?> <?php $__env->endSlot(); ?> <?php echo $__env->renderComponent(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="row"> <div class="col-md-4"> <img src="<?php echo e($variation->present('image_src')); ?>" alt="image" class="img-responsive" style="width: 100%"/> </div> <div class="col-md-8"> <?php $__env->startComponent('components.box', ['box_class'=>'box-primary']); ?> <div class="table-responsive"> <table class="table color-table info-table table table-hover table-striped table-condensed"> <thead> <tr> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.integration_id'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.product'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.product.low_stock_alert'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.status'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.sku'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.size'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.color'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.stock_status'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.waiting_list_count'); ?> </th> <th> <?php echo app('translator')->get('WooCommerce::attributes.variation.price'); ?> </th> </tr> </thead> <tbody> <tr> <td> <?php echo e($variation->present('integration_id')); ?> </td> <td> <?php echo $variation->present('product'); ?> </td> <td> <?php echo e($variation->present('low_stock_alert')); ?> </td> <td> <?php echo $variation->present('status'); ?> </td> <td> <?php echo $variation->present('sku'); ?> </td> <td> <?php echo e($variation->present('size')); ?> </td> <td> <?php echo e($variation->present('color')); ?> </td> <td> <?php echo $variation->present('stock_status'); ?> </td> <td> <?php echo $variation->present('waiting_list_count'); ?> </td> <td> <?php echo e($variation->present('price')); ?> </td> </tr> </tbody> </table> </div> <?php echo $__env->renderComponent(); ?> <?php $__env->startComponent('components.box', ['box_class'=>'box-success']); ?> <?php $__env->slot('box_title'); ?> <?php echo app('translator')->get('WooCommerce::attributes.product.orders'); ?> <?php $__env->endSlot(); ?> <?php echo $dataTable->render('layouts.crud.ajax_datatable'); ?> <?php echo $__env->renderComponent(); ?> <?php $__env->startComponent('components.box', ['box_class'=>'box-success']); ?> <?php $__env->slot('box_title'); ?> <?php echo app('translator')->get('WooCommerce::attributes.product.sku_quantities'); ?> <?php $__env->endSlot(); ?> <?php echo $quantitiesDataTable->render('layouts.crud.ajax_datatable'); ?> <?php echo $__env->renderComponent(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.crud.show', \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/variations/show.blade.php ENDPATH**/ ?>