ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
storage
/
framework
/
views
/
Viewing: a2581e3a75e905892f25be8b818eab87.php
<?php $__env->startSection('title', translate('order_Transactions')); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid "> <div class="mb-4"> <h2 class="h1 mb-0 text-capitalize d-flex align-items-center gap-2"> <img width="20" src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/img/order_report.png')); ?>" alt=""> <?php echo e(translate('transaction_report')); ?> </h2> </div> <?php echo $__env->make('admin-views.report.transaction-report-inline-menu', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <div class="card mb-3"> <div class="card-body"> <h3 class="mb-3"><?php echo e(translate('filter_Data')); ?></h3> <form action="#" id="form-data" method="GET" class="w-100"> <div class="row gx-2 gy-3 align-items-center"> <div class="col-sm-6 col-md-3"> <div class=""> <label class="mb-2"><?php echo e(translate('select_status')); ?></label> <div class="select-wrapper"> <select class="form-select" name="status"> <option class="text-center" value="0" disabled> <?php echo e('---'.translate('select_status').'---'); ?> </option> <option class="text-capitalize" value="all" <?php echo e($status == 'all'? 'selected' : ''); ?> ><?php echo e(translate('all_status')); ?> </option> <option class="text-capitalize" value="disburse" <?php echo e($status == 'disburse'? 'selected' : ''); ?> ><?php echo e(translate('disburse')); ?> </option> <option class="text-capitalize" value="hold" <?php echo e($status == 'hold'? 'selected' : ''); ?>><?php echo e(translate('hold')); ?></option> </select> </div> </div> </div> <div class="col-sm-6 col-md-3"> <div class=""> <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 class="text-left text-capitalize" value="<?php echo e($seller->id); ?>" <?php echo e($seller->id == $seller_id ? 'selected' : ''); ?>> <?php echo e($seller->f_name.' '.$seller->l_name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-sm-6 col-md-3"> <div class=""> <label class="mb-2"><?php echo e(translate('select_customer')); ?></label> <select class="custom-select" name="customer_id"> <option class="text-center" value="all" <?php echo e($customer_id == 'all' ? 'selected' : ''); ?>> <?php echo e(translate('All_Customer')); ?> </option> <?php $__currentLoopData = $customers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $customer): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option class="text-left text-capitalize" value="<?php echo e($customer->id); ?>" <?php echo e($customer->id == $customer_id ? 'selected' : ''); ?>> <?php echo e($customer->f_name.' '.$customer->l_name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </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(translate('Start_Date')); ?></label> <input type="date" name="from" value="<?php echo e($from); ?>" id="from_date" class="form-control __form-control"> </div> </div> <div class="col-sm-6 col-md-3" id="to_div"> <div class=""> <label class="mb-2"><?php echo e(translate('End_Date')); ?></label> <input type="date" value="<?php echo e($to); ?>" name="to" id="to_date" class="form-control __form-control"> </div> </div> <div class="col-md-12 d-flex justify-content-end gap-2 pt-0"> <button type="submit" class="btn btn-primary px-4 min-w-120 __h-45px" id="formUrlChange" data-action="<?php echo e(url()->current()); ?>"> <?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($order_data['total_orders']); ?></h4> <h5 class="subtext"><?php echo e(translate('total_Orders')); ?></h5> </div> </div> <div class="coupon__discount d-flex gap-3 justify-content-around"> <div class="text-center"> <strong class="text-primary"><?php echo e($order_data['in_house_orders']); ?></strong> <div class="d-flex"> <span><?php echo e(translate('in_House_Orders')); ?></span> </div> </div> <div class="text-center"> <strong class="text-success"><?php echo e($order_data['seller_orders']); ?></strong> <div class="d-flex"> <span><?php echo e(translate('vendor_Orders')); ?></span> </div> </div> </div> </div> <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/products.svg')); ?>" alt=""> <div class="info"> <h4 class="subtitle h1"><?php echo e($order_data['total_in_house_products'] + $order_data['total_seller_products']); ?></h4> <h5 class="subtext"><?php echo e(translate('total_Products')); ?></h5> </div> </div> <div class="coupon__discount d-flex justify-content-around mt-4"> <div class="text-center"> <strong class="text-primary"><?php echo e($order_data['total_in_house_products']); ?></strong> <div class="d-flex"> <span><?php echo e(translate('in_House_Products')); ?></span> </div> </div> <div class="text-center"> <strong class="text-success"><?php echo e($order_data['total_seller_products']); ?></strong> <div class="d-flex"> <span><?php echo e(translate('vendor_Products')); ?></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/stores.svg')); ?>" alt=""> <div class="info"> <h4 class="subtitle h1"><?php echo e($order_data['total_stores']); ?></h4> <h5 class="subtext"><?php echo e(translate('total_Stores')); ?></h5> </div> </div> </div> </div> <?php $__currentLoopData = $order_transaction_chart['order_amount']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $amount): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php ($amountArray[] = usdToDefaultCurrency(amount: $amount)); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <div class="center-chart-area flex-grow-1"> <?php echo $__env->make('layouts.admin.partials._apexcharts',['title'=>'order_Statistics','statisticsValue'=>$amountArray,'label'=>array_keys($order_transaction_chart['order_amount']),'statisticsTitle'=>'total_order_amount'], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> </div> <div class="flex-grow-1"> <div class="card h-100 bg-white payment-statistics-shadow"> <div class="card-header border-0 "> <h5 class="card-title"> <span><?php echo e(translate('payment_Statistics')); ?></span> </h5> </div> <div class="card-body px-0 pt-0"> <div class="position-relative pie-chart"> <div id="dognut-pie" class="label-hide"></div> <div class="total--orders"> <h3><?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?><?php echo e(getFormatCurrency(amount: usdToDefaultCurrency(amount: $payment_data['total_payment']))); ?></h3> <span><?php echo e(translate('completed_payments')); ?></span> </div> </div> <div class="apex-legends"> <div data-color="#004188"> <span><?php echo e(translate('cash_payments')); ?> (<?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $payment_data['cash_payment']), currencyCode: getCurrencyCode())); ?>)</span> </div> <div data-color="#0177CD"> <span><?php echo e(translate('digital_payments')); ?> (<?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $payment_data['digital_payment']), currencyCode: getCurrencyCode())); ?>) </span> </div> <div data-color="#A2CEEE"> <span><?php echo e(translate('wallet')); ?> (<?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $payment_data['wallet_payment']), currencyCode: getCurrencyCode())); ?>)</span> </div> <div data-color="#CDE6F5"> <span><?php echo e(translate('offline_payments')); ?> (<?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $payment_data['offline_payment']), currencyCode: getCurrencyCode())); ?>)</span> </div> </div> </div> </div> </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_Transactions')); ?> <span class="badge badge-info text-bg-info"><?php echo e($transactions->total()); ?></span> </h4> <div class="d-flex flex-wrap gap-3"> <form action="<?php echo e(url()->full()); ?>" method="GET" class="mb-0"> <div class="form-group"> <div class="input-group"> <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 type="hidden" name="seller_id" value="<?php echo e($seller_id); ?>"> <input type="hidden" name="status" value="<?php echo e($status); ?>"> <input type="hidden" name="customer_id" value="<?php echo e($customer_id); ?>"> <input id="datatableSearch_" type="search" name="search" class="form-control" value="<?php echo e($search); ?>" placeholder="<?php echo e(translate('search_by_orders_id')); ?>"> <div class="input-group-append search-submit"> <button type="submit"> <i class="fi fi-rr-search"></i> </button> </div> </div> </div> </form> <div> <a href="<?php echo e(route('admin.transaction.order-transaction-summary-pdf', ['search'=>$search, 'date_type'=>request('date_type'), 'seller_id'=>request('seller_id'), 'customer_id'=>request('customer_id'), 'status'=>request('status'), 'from'=>request('from'), 'to'=>request('to')])); ?>" class="btn btn-outline-primary text-nowrap btn-block"> <i class="fi fi-rr-document"></i> <span class="fs-12"><?php echo e(translate('download_PDF')); ?></span> </a> </div> <div class="dropdown"> <a type="button" class="btn btn-outline-primary" href="<?php echo e(route('admin.transaction.order-transaction-export-excel', ['search'=>$search,'date_type'=>request('date_type'), 'seller_id'=>request('seller_id'), 'customer_id'=>request('customer_id'), 'status'=>request('status'), '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"> <table id="datatable" class="table table-hover table-borderless table-thead-bordered table-nowrap table-align-middle card-table w-100 __table"> <thead class="thead-light thead-50 text-capitalize"> <tr> <th><?php echo e(translate('SL')); ?></th> <th><?php echo e(translate('order_id')); ?></th> <th><?php echo e(translate('shop_name')); ?></th> <th><?php echo e(translate('customer_name')); ?></th> <th><?php echo e(translate('total_product_amount')); ?></th> <th><?php echo e(translate('product_discount')); ?></th> <th><?php echo e(translate('coupon_discount')); ?></th> <th><?php echo e(translate('referral_Discount')); ?></th> <th><?php echo e(translate('discounted_amount')); ?></th> <th><?php echo e(translate('VAT/TAX')); ?></th> <th><?php echo e(translate('shipping_charge')); ?></th> <th><?php echo e(translate('order_amount')); ?></th> <th><?php echo e(translate('delivered_by')); ?></th> <th><?php echo e(translate('deliveryman_incentive')); ?></th> <th><?php echo e(translate('admin_discount')); ?></th> <th><?php echo e(translate('vendor_discount')); ?></th> <th><?php echo e(translate('admin_commission')); ?></th> <th><?php echo e(translate('admin_net_income')); ?></th> <th><?php echo e(translate('vendor_net_income')); ?></th> <th><?php echo e(translate('payment_method')); ?></th> <th><?php echo e(translate('payment_Status')); ?></th> <th class="text-center"><?php echo e(translate('action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $transactionsTableData; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $transaction): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($key); ?></td> <td> <a class="title-color" href="<?php echo e(route('admin.orders.details', ['id' => $transaction['order_id']])); ?>"> <?php echo e($transaction['order_id']); ?> </a> </td> <td> <div class="text-wrap line-2 w-180 max-w-200"> <?php echo e($transaction['shop_name']); ?> <?php echo e($transaction['is_guest']); ?> </div> </td> <td> <?php if(!$transaction['is_guest'] && $transaction['customer_id']): ?> <a href="<?php echo e(route('admin.customer.view',[$transaction['customer_id']])); ?>" class="title-color hover-c1 d-flex align-items-center gap-10"> <?php echo e($transaction['customer_name']); ?> </a> <?php elseif($transaction['is_guest']): ?> <?php echo e(translate('guest_customer')); ?> <?php else: ?> <?php echo e(translate('not_found')); ?> <?php endif; ?> </td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['total_product_amount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['product_discount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['coupon_discount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['referral_discount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['discounted_amount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['tax']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['shipping_charge']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['order_amount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e($transaction['delivered_by']); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['deliveryman_incentive']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['admin_discount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['vendor_discount']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['admin_commission']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['admin_net_income']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $transaction['vendor_net_income']), currencyCode: getCurrencyCode())); ?></td> <td><?php echo e(ucwords(str_replace('_',' ', $transaction['payment_method']))); ?></td> <td> <div class="text-center"> <span class="badge <?php echo e($transaction['payment_status'] == 'disburse' ? 'badge-soft-success' : 'badge-soft-warning'); ?>"> <?php echo e(translate(str_replace('_',' ', $transaction['payment_status']))); ?> </span> </div> </td> <td> <div class="d-flex justify-content-center"> <a href="<?php echo e(route('admin.transaction.pdf-order-wise-transaction', ['order_id'=> $transaction['order_id']])); ?>" class="btn btn-outline-success square-btn btn-sm"> <i class="fi fi-rr-download"></i> </a> </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-lg-end"> <?php echo e($transactions->links()); ?> </div> </div> <?php if(count($transactions)==0): ?> <?php echo $__env->make('layouts.admin.partials._empty-state',['text'=>'no_data_found'],['image'=>'default'], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php endif; ?> </div> </div> </div> <span id="currency_symbol" data-text="<?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?>"></span> <span id="digital_payment" data-text="<?php echo e(usdToDefaultCurrency(amount: $payment_data['digital_payment'])); ?>"></span> <span id="cash_payment" data-text="<?php echo e(usdToDefaultCurrency(amount: $payment_data['cash_payment'])); ?>"></span> <span id="wallet_payment" data-text="<?php echo e(usdToDefaultCurrency(amount: $payment_data['wallet_payment'])); ?>"></span> <span id="offline_payment" data-text="<?php echo e(usdToDefaultCurrency(amount: $payment_data['offline_payment'])); ?>"></span> <span id="digital_payment_text" data-text="<?php echo e(translate('digital_payment')); ?>"></span> <span id="cash_payment_text" data-text="<?php echo e(translate('cash_payment')); ?>"></span> <span id="wallet_payment_text" data-text="<?php echo e(translate('wallet_payment')); ?>"></span> <span id="offline_payment_text" data-text="<?php echo e(translate('offline_payments')); ?>"></span> <span id="digital_payment_format" data-text="<?php echo e(getFormatCurrency(amount: usdToDefaultCurrency(amount: $payment_data['digital_payment']))); ?>"></span> <span id="cash_payment_format" data-text="<?php echo e(getFormatCurrency(amount: usdToDefaultCurrency(amount: $payment_data['cash_payment']))); ?>"></span> <span id="wallet_payment_format" data-text="<?php echo e(getFormatCurrency(amount: usdToDefaultCurrency(amount: $payment_data['wallet_payment']))); ?>"></span> <span id="offline_payment_format" data-text="<?php echo e(getFormatCurrency(amount: usdToDefaultCurrency(amount: $payment_data['offline_payment']))); ?>"></span> <?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/transaction-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/pollibazaar/public_html/resources/views/admin-views/transaction/order-list.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick