D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
drmariampharmacy.com
/
storage
/
framework
/
views
/
Filename :
34d1470a09875aa898de65b0ecbdfdfb.php
back
Copy
<?php $__env->startSection('title', translate('product_Report')); ?> <?php $__env->startPush('css_or_js'); ?> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <?php $__env->stopPush(); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <div class="mb-3"> <h2 class="h1 mb-0 text-capitalize d-flex gap-2 align-items-center"> <img width="20" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/seller_sale.png')); ?>" alt=""> <?php echo e(translate('product_Report')); ?> </h2> </div> <?php echo $__env->make('admin-views.report.product-report-inline-menu', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="card mb-3"> <div class="card-body"> <form action="" id="form-data" method="GET"> <h3 class="mb-3"><?php echo e(translate('filter_Data')); ?></h3> <div class="row g-3 align-items-end"> <div class="col-sm-6 col-md-3"> <label class="mb-2"><?php echo e(translate('select_Seller')); ?></label> <select class="custom-select" name="seller_id"> <option class="text-center" value="all" <?php echo e($seller_id == 'all' ? 'selected' : ''); ?>> <?php echo e(translate('all')); ?> </option> <option class="text-center" value="inhouse" <?php echo e($seller_id == 'inhouse' ? 'selected' : ''); ?>> <?php echo e(translate('inhouse')); ?> </option> <?php $__currentLoopData = $sellers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $seller): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($seller['id']); ?>" <?php echo e($seller_id==$seller['id']?'selected':''); ?>> <?php echo e($seller['f_name']); ?> <?php echo e($seller['l_name']); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="col-sm-6 col-md-3"> <label class="mb-2"><?php echo e(translate('select_Date')); ?></label> <div class="select-wrapper"> <select class="form-select" name="date_type" id="date_type"> <option value="this_year" <?php echo e($date_type == 'this_year'? 'selected' : ''); ?>><?php echo e(translate('this_Year')); ?></option> <option value="this_month" <?php echo e($date_type == 'this_month'? 'selected' : ''); ?>><?php echo e(translate('this_Month')); ?></option> <option value="this_week" <?php echo e($date_type == 'this_week'? 'selected' : ''); ?>><?php echo e(translate('this_Week')); ?></option> <option value="today" <?php echo e($date_type == 'today'? 'selected' : ''); ?>><?php echo e(translate('today')); ?></option> <option value="custom_date" <?php echo e($date_type == 'custom_date'? 'selected' : ''); ?>><?php echo e(translate('custom_Date')); ?></option> </select> </div> </div> <div class="col-sm-6 col-md-3" id="from_div"> <div> <label class="mb-2"><?php echo e(ucwords(translate('Start_Date'))); ?></label> <input type="date" name="from" value="<?php echo e($from); ?>" id="from_date" class="form-control"> </div> </div> <div class="col-sm-6 col-md-3" id="to_div"> <div> <label class="mb-2"><?php echo e(ucwords(translate('End_Date'))); ?></label> <input type="date" value="<?php echo e($to); ?>" name="to" id="to_date" class="form-control"> </div> </div> <div class="col-sm-6 col-md-3 filter-btn"> <button type="submit" class="btn btn-primary"> <?php echo e(translate('filter')); ?> </button> </div> </div> </form> </div> </div> <div class="d-flex flex-wrap gap-3 mb-3"> <div class="d-flex flex-column gap-3 flex-grow-1"> <div class="card card-body"> <div class="d-flex gap-3 align-items-center mb-4"> <img width="35" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/cart.svg')); ?>" alt=""> <div class="info"> <h4 class="subtitle h1"><?php echo e($product_count['reject_product_count']+$product_count['active_product_count']+$product_count['pending_product_count']); ?></h4> <h5 class="subtext"><?php echo e(translate('total_Product')); ?></h5> </div> </div> <div class="coupon__discount d-flex justify-content-around gap-2"> <div class="text-center"> <strong class="text-danger"><?php echo e($product_count['reject_product_count']); ?></strong> <div class="d-flex fs-12"> <span><?php echo e(translate('rejected')); ?></span> </div> </div> <div class="text-center"> <strong class="text-primary"><?php echo e($product_count['pending_product_count']); ?></strong> <div class="d-flex fs-12"> <span><?php echo e(translate('pending')); ?></span> </div> </div> <div class="text-center"> <strong class="text-success"><?php echo e($product_count['active_product_count']); ?></strong> <div class="d-flex fs-12"> <span><?php echo e(translate('active')); ?></span> </div> </div> </div> </div> <div class="card card-body"> <div class="d-flex gap-3 align-items-center"> <img width="35" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/products.svg')); ?>" alt=""> <div class="info"> <h4 class="subtitle h1"> <?php echo e($total_product_sale); ?> </h4> <h5 class="subtext"><?php echo e(translate('total_Product_Sale')); ?></h5> </div> </div> </div> <div class="card card-body"> <div class="d-flex gap-3 align-items-center"> <img width="35" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/stores.svg')); ?>" alt=""> <div class="info"> <h4 class="subtitle h1"> <?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $total_discount_given), currencyCode: getCurrencyCode())); ?> </h4> <h5 class="subtext d-flex gap-2 align-items-center"> <?php echo e(translate('total_Discount_Given')); ?> <span class="lh-1" data-bs-toggle="tooltip" data-bs-title="<?php echo e(translate('product_wise_discounted_amount_will_be_shown_here')); ?>"> <i class="fi fi-rr-info"></i> </span> </h5> </div> </div> </div> </div> <div class="center-chart-area flex-grow-1"> <?php echo $__env->make('layouts.admin.partials._apexcharts',['title'=>'product_Statistics','statisticsValue'=>$chart_data['total_product'],'label'=>array_keys($chart_data['total_product']),'statisticsTitle'=>'total_product','getCurrency'=>false], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> </div> <div class="card"> <div class="card-body"> <div class="d-flex flex-wrap justify-content-between gap-3 align-items-center mb-4"> <h4 class="mb-0 mr-auto"> <?php echo e(translate('total_Product')); ?> <span class="badge badge-info text-bg-info"> <?php echo e($products->total()); ?></span> </h4> <div class="d-flex gap-3 flex-wrap"> <form action="" method="GET"> <div class="form-group"> <div class="input-group"> <input type="hidden" name="seller_id" value="<?php echo e($seller_id); ?>"> <input type="hidden" name="date_type" value="<?php echo e($date_type); ?>"> <input type="hidden" name="from" value="<?php echo e($from); ?>"> <input type="hidden" name="to" value="<?php echo e($to); ?>"> <input id="datatableSearch_" type="search" name="search" class="form-control min-w-300" placeholder="<?php echo e(translate('search_product_name')); ?>" value="<?php echo e($search); ?>"> <div class="input-group-append search-submit"> <button type="submit"> <i class="fi fi-rr-search"></i> </button> </div> </div> </div> </form> <div class="dropdown"> <a type="button" class="btn btn-outline-primary" href="<?php echo e(route('admin.report.all-product-excel', ['seller_id' => request('seller_id'), 'search' => request('search'), 'date_type' => request('date_type'), 'from' => request('from'), 'to' => request('to')])); ?>"> <i class="fi fi-sr-inbox-in"></i> <span class="fs-12"><?php echo e(translate('export')); ?></span> </a> </div> </div> </div> <div class="table-responsive" id="products-table"> <table class="table table-hover __table table-borderless table-thead-bordered table-nowrap table-align-middle card-table w-100 <?php echo e(Session::get('direction') === "rtl" ? 'text-right' : 'text-left'); ?>"> <thead class="thead-light thead-50 text-capitalize"> <tr> <th><?php echo e(translate('SL')); ?></th> <th> <?php echo e(translate('product_Name')); ?> </th> <th> <?php echo e(translate('product_Unit_Price')); ?> </th> <th> <?php echo e(translate('total_Amount_Sold')); ?> </th> <th> <?php echo e(translate('total_Quantity_Sold')); ?> </th> <th> <span><?php echo e(translate('average_Product_Value')); ?> </span> </th> <th> <?php echo e(translate('current_Stock_Amount')); ?> </th> <th> <?php echo e(translate('average_Ratings')); ?> </th> </tr> </thead> <tbody> <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$product): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($products->firstItem()+$key); ?></td> <td> <a href="<?php echo e(route('admin.products.view',['addedBy'=>($product['added_by'] =='seller'?'vendor' : 'in-house'),'id'=>$product['id']])); ?>"> <span class="media-body title-color hover-c1"> <?php echo e(\Illuminate\Support\Str::limit($product['name'], 20)); ?> </span> </a> </td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $product->unit_price), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: isset($product->orderDetails[0]->total_sold_amount) ? $product->orderDetails[0]->total_sold_amount : 0), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(isset($product->orderDetails[0]->product_quantity) ? $product->orderDetails[0]->product_quantity : 0); ?></td> <td> <?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: ( isset($product->orderDetails[0]->total_sold_amount) ? $product->orderDetails[0]->total_sold_amount : 0) / (isset($product->orderDetails[0]->product_quantity) ? $product->orderDetails[0]->product_quantity : 1) ), currencyCode: getCurrencyCode())); ?> </td> <td> <?php echo e($product->product_type == 'digital' ? ($product->status==1 ? translate('available') : translate('not_available')) : $product->current_stock); ?> </td> <td> <div class="d-flex align-items-center"> <div class="rating mr-1"><i class="tio-star"></i> <?php echo e(count($product->rating)>0?number_format($product->rating[0]->average, 2, '.', ' '):0); ?> </div> <div> ( <?php echo e($product->reviews->count()); ?> ) </div> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <div class="table-responsive mt-4"> <div class="px-4 d-flex justify-content-center justify-content-md-end"> <?php echo $products->links(); ?> </div> </div> <?php if(count($products)==0): ?> <?php echo $__env->make('layouts.admin.partials._empty-state',['text'=>'no_product_found'],['image'=>'default'], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php endif; ?> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('script'); ?> <script src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/js/apexcharts.js')); ?>"></script> <script src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/js/apexcharts-data-show.js')); ?>"></script> <script src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/js/admin/product-report.js')); ?>"></script> <?php $__env->stopPush(); ?> <?php echo $__env->make('layouts.admin.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/forge/drmariampharmacy.com/resources/views/admin-views/report/all-product.blade.php ENDPATH**/ ?>