ヤミ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: 7745ae0ab77f81a23b5e8af7db07af8e.php
<div class="price_wrapper mt-3"> <div class="outline-wrapper"> <div class="card rest-part bg-animate"> <div class="card-header d-flex justify-content-between align-items-center pc-header-ai-btn"> <div class="d-flex align-items-center gap-2"> <i class="fi fi-sr-user"></i> <h3 class="mb-0"><?php echo e(translate('pricing_&_others')); ?></h3> </div> <button type="button" class="btn bg-white text-primary bg-transparent shadow-none border-0 opacity-1 generate_btn_wrapper p-0 price_others_auto_fill" id="price_others_auto_fill" data-route="<?php echo e(route('admin.product.price-others-auto-fill')); ?>" data-lang="en"> <div class="btn-svg-wrapper"> <img width="18" height="18" class="" src="<?php echo e(dynamicAsset(path: 'public/assets//back-end/img/ai/blink-right-small.svg')); ?>" alt=""> </div> <span class="ai-text-animation d-none" role="status"> <?php echo e(translate('Just_a_second')); ?> </span> <span class="btn-text"><?php echo e(translate('Generate')); ?></span> </button> </div> <div class="card-body"> <div class="row gy-4 align-items-end"> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label class="form-label"> <?php echo e(translate('Unit_Price')); ?> <span class="input-required-icon">*</span> (<?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?>) <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('set_the_selling_price_for_each_unit_of_this_product._This_Unit_Price_section_would_not_be_applied_if_you_set_a_variation_wise_price')); ?>" data-bs-title="<?php echo e(translate('set_the_selling_price_for_each_unit_of_this_product._This_Unit_Price_section_would_not_be_applied_if_you_set_a_variation_wise_price')); ?>" > <i class="fi fi-sr-info"></i> </span> </label> <input type="number" min="0" step="0.01" placeholder="<?php echo e(translate('Unit_Price')); ?>" name="unit_price" id="unit_price" value="<?php echo e(old('unit_price')); ?>" class="form-control" data-required-msg="<?php echo e(translate('unit_price_is_required')); ?>" required> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3" id=""> <div class="form-group"> <label class="form-label" for="minimum_order_qty"> <?php echo e(translate('Minimum_Order_Qty')); ?> (<?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?>) <span class="input-required-icon">*</span> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('set_the_minimum_order_quantity_that_customers_must_choose._Otherwise,_the_checkout_process_would_not_start')); ?>." data-bs-title="<?php echo e(translate('set_the_minimum_order_quantity_that_customers_must_choose._Otherwise,_the_checkout_process_would_not_start')); ?>." > <i class="fi fi-sr-info"></i> </span> </label> <input type="number" min="1" value="1" step="1" placeholder="<?php echo e(translate('Minimum_Order_Quantity')); ?>" name="minimum_order_qty" id="minimum_order_qty" class="form-control only-number-input"> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3 show-for-physical-product" id="quantity"> <div class="form-group"> <label class="form-label" for="current_stock"> <?php echo e(translate('Current_Stock_Qty')); ?> <span class="input-required-icon">*</span> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('add_the_Stock_Quantity_of_this_product_that_will_be_visible_to_customers')); ?>." data-bs-title="<?php echo e(translate('add_the_Stock_Quantity_of_this_product_that_will_be_visible_to_customers')); ?>." > <i class="fi fi-sr-info"></i> </span> </label> <input type="number" min="0" value="0" step="1" placeholder="<?php echo e(translate('quantity')); ?>" name="current_stock" id="current_stock" class="form-control only-number-input" data-required-msg="<?php echo e(translate('current_stock_is_required')); ?>" required> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label class="form-label" for="discount"> <?php echo e(translate('Discount_Amount')); ?> <span class="discount-amount-symbol" data-percent="%" data-currency="<?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?>"> (<?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?>) </span> <span class="input-required-icon">*</span> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('add_the_discount_amount_in_percentage_or_a_fixed_value_here')); ?>." data-bs-title="<?php echo e(translate('add_the_discount_amount_in_percentage_or_a_fixed_value_here')); ?>." > <i class="fi fi-sr-info"></i> </span> </label> <div class="input-group"> <input type="number" min="0" value="0" step="0.01" placeholder="<?php echo e(translate('ex: 5')); ?>" name="discount" id="discount" class="form-control" data-required-msg="<?php echo e(translate('discount_is_required')); ?>" required> <div class="input-group-append select-wrapper"> <select class="form-control form-select shadow-none product-discount-type" name="discount_type" id="product-discount-type"> <option value="flat"><?php echo e(translate('flat')); ?></option> <option value="percent"><?php echo e(translate('percent')); ?></option> </select> </div> </div> </div> </div> <?php if($productWiseTax): ?> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label class="form-label" for=""> <?php echo e(translate('Select_Vat/Tax_Rate')); ?> <span class="input-required-icon">*</span> </label> <select class="custom-select multiple-select2 multiple-select-tax-input" name="tax_ids[]" multiple="multiple" data-placeholder="<?php echo e(translate('Type_&_Select_Vat/Tax_Rate')); ?>"> <?php $__currentLoopData = $taxVats; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $taxVat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($taxVat->id); ?>"> <?php echo e($taxVat->name); ?> (<?php echo e($taxVat->tax_rate); ?>%) </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <?php endif; ?> <div class="col-md-6 col-lg-4 col-xl-3 show-for-physical-product" id="shipping_cost"> <div class="form-group"> <label class="form-label"> <?php echo e(translate('Shipping_Cost')); ?> <span class="input-required-icon">*</span> (<?php echo e(getCurrencySymbol(currencyCode: getCurrencyCode())); ?>) <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('set_the_shipping_cost_for_this_product_here._Shipping_cost_will_only_be_applicable_if_product-wise_shipping_is_enabled.')); ?>" data-bs-title="<?php echo e(translate('set_the_shipping_cost_for_this_product_here._Shipping_cost_will_only_be_applicable_if_product-wise_shipping_is_enabled.')); ?>" > <i class="fi fi-sr-info"></i> </span> </label> <input type="number" min="0" value="0" step="1" placeholder="<?php echo e(translate('shipping_cost')); ?>" name="shipping_cost" id="shipping_cost_input" data-required-msg="<?php echo e(translate('shipping_cost_is_required')); ?>" class="form-control" required> </div> </div> <div class="col-md-6 show-for-physical-product" id="shipping_cost_multi"> <div class="form-group"> <label class="form-label" for="shipping_cost"> <?php echo e(translate('shipping_cost_multiply_with_quantity')); ?> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" title="<?php echo e(translate('if_enabled,_the_shipping_charge_will_increase_with_the_product_quantity')); ?>"> <i class="fi fi-sr-info"></i> </span> </label> <div class="form-control min-h-40 d-flex align-items-center flex-wrap justify-content-between gap-2"> <label class="form-label mb-0" for="shipping_cost"> <?php echo e(translate('Status')); ?> </label> <div> <label class="switcher"> <input type="checkbox" class="switcher_input" name="multiply_qty" id="is_shipping_cost_multil"> <span class="switcher_control"></span> </label> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php /**PATH /home/pollibazaar/public_html/resources/views/admin-views/product/add/_pricing-others.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick