ヤミ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: 2bf6ba9b451acc636dbf28ae223d96c5.php
<div class="card mt-2 new-arrival-product"> <div class="card-body"> <div class="mb-3 mb-sm-20"> <h3><?php echo e(translate('new_Arrival_Products')); ?></h3> <p class="mb-0 fs-12"> <?php echo e(translate('these_new_arrival_products_are_items_recently_added_to_the_list_within_a_specific_time_frame_and_have_positive_reviews_&_ratings')); ?> </p> </div> <div class="p-12 p-sm-20 bg-section rounded"> <div class="d-flex flex-column gap-20"> <div class="bg-white p-3 rounded"> <div class="row g-4"> <div class="col-xl-6 col-md-6"> <div class="form-check d-flex gap-2 gap-sm-3"> <input class="form-check-input radio--input radio--input_lg switcher-input-js" name="new_arrival_product_list_priority[custom_sorting_status]" value="0" type="radio" data-parent-class="new-arrival-product" data-from="default-sorting" <?php echo e($newArrivalProductListPriority?->custom_sorting_status == 1 ? '' : 'checked'); ?>> <div class="flex-grow-1"> <label for="" class="form-label text-dark fw-semibold mb-1"> <?php echo e(translate('use_Default_Sorting_List')); ?> </label> <p class="fs-12 mb-3"> <?php echo e(translate('currently_sorting_this_section_based_on_latest_add')); ?> </p> </div> </div> </div> <div class="col-xl-6 col-md-6"> <div class="form-check d-flex gap-2 gap-sm-3"> <input class="form-check-input radio--input radio--input_lg switcher-input-js" type="radio" name="new_arrival_product_list_priority[custom_sorting_status]" value="1" data-parent-class="new-arrival-product" data-from="custom-sorting" <?php echo e(isset($newArrivalProductListPriority?->custom_sorting_status) && $newArrivalProductListPriority?->custom_sorting_status == 1 ? 'checked' : ''); ?>> <div class="flex-grow-1"> <label for="" class="form-label text-dark fw-semibold mb-1"> <?php echo e(translate('use_Custom_Sorting_List')); ?> </label> <p class="fs-12 mb-3"> <?php echo e(translate('you_can_sorting_this_section_by_others_way')); ?> </p> </div> </div> </div> </div> </div> <div class="custom-sorting-radio-list <?php echo e(isset($newArrivalProductListPriority?->custom_sorting_status) && $newArrivalProductListPriority?->custom_sorting_status == 1 ? '' : 'd--none'); ?>"> <div class="d-flex flex-column gap-20"> <div> <h3 class="mb-1"><?php echo e(translate('set_duration')); ?></h3> <p class="mb-0"><?php echo e(translate('products_are_considered_as')); ?> <span class="fw-semibold"><?php echo e(translate('New_Arrival')); ?></span>, <?php echo e(translate('if_it_is_added_with_in_x_days_months')); ?> </p> <div class="input-group mt-2"> <input type="number" class="form-control" name="new_arrival_product_list_priority[duration]" min="1" placeholder="<?php echo e(translate('ex') . ': 5'); ?>" value="<?php echo e(isset($newArrivalProductListPriority?->duration) ? $newArrivalProductListPriority->duration : 1); ?>" required> <div class="input-group-append select-wrapper"> <select class="form-select shadow-none" name="new_arrival_product_list_priority[duration_type]"> <option value="days" <?php echo e(isset($newArrivalProductListPriority?->duration_type) && $newArrivalProductListPriority?->duration_type == 'days' ? 'selected' : ''); ?>> <?php echo e(translate('Days')); ?></option> <option value="month" <?php echo e(isset($newArrivalProductListPriority?->duration_type) && $newArrivalProductListPriority?->duration_type == 'month' ? 'selected' : ''); ?>> <?php echo e(translate('Month')); ?></option> </select> </div> </div> </div> <div class="d-flex flex-column gap-3 gap-sm-4 border rounded-10 bg-white p-12 p-sm-20"> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="new_arrival_product_list_priority[sort_by]" value="latest_created" id="new-arrival-product-sort-by-latest-created" <?php echo e(isset($newArrivalProductListPriority?->sort_by) && $newArrivalProductListPriority?->sort_by == 'latest_created' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-sort-by-latest-created"> <?php echo e(translate('sort_by_latest_created')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="new_arrival_product_list_priority[sort_by]" value="reviews_count" id="new-arrival-product-sort-by-reviews-count" <?php echo e(isset($newArrivalProductListPriority?->sort_by) && $newArrivalProductListPriority?->sort_by == 'reviews_count' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-sort-by-reviews-count"> <?php echo e(translate('sort_By_Reviews_Count')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="new_arrival_product_list_priority[sort_by]" value="rating" id="new-arrival-product-sort-by-ratings" <?php echo e(isset($newArrivalProductListPriority?->sort_by) && $newArrivalProductListPriority?->sort_by == 'rating' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-sort-by-ratings"> <?php echo e(translate('sort_By_Average_Ratings')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="new_arrival_product_list_priority[sort_by]" value="a_to_z" id="new-arrival-product-alphabetic-order" <?php echo e(isset($newArrivalProductListPriority?->sort_by) && $newArrivalProductListPriority?->sort_by == 'a_to_z' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-alphabetic-order"> <?php echo e(translate('sort_By_Alphabetical')); ?> (<?php echo e('A ' . translate('to') . ' Z'); ?>) </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" class="form-check-input radio--input show" name="new_arrival_product_list_priority[sort_by]" value="z_to_a" id="new-arrival-product-alphabetic-order-reverse" <?php echo e(isset($newArrivalProductListPriority?->sort_by) && $newArrivalProductListPriority?->sort_by == 'z_to_a' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-alphabetic-order-reverse"> <?php echo e(translate('sort_By_Alphabetical')); ?> (<?php echo e('Z ' . translate('to') . ' A'); ?>) </label> </div> </div> <div class="d-flex flex-column gap-3 gap-sm-4 border rounded-10 bg-white p-12 p-sm-20"> <div class="form-check d-flex gap-1"> <input type="radio" name="new_arrival_product_list_priority[out_of_stock_product]" value="desc" class="form-check-input radio--input" data-parent-class="new-arrival-product" id="new-arrival-product-stock-out-remove" <?php echo e(isset($newArrivalProductListPriority?->out_of_stock_product) && $newArrivalProductListPriority?->out_of_stock_product == 'desc' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-stock-out-remove"> <?php echo e(translate('show_Stock_Out_Products_In_The_Last')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" name="new_arrival_product_list_priority[out_of_stock_product]" value="hide" class="form-check-input radio--input" data-parent-class="new-arrival-product" id="new-arrival-product-stock-out-last" <?php echo e(isset($newArrivalProductListPriority?->out_of_stock_product) && $newArrivalProductListPriority?->out_of_stock_product == 'hide' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-stock-out-last"> <?php echo e(translate('remove_Stock_Out_Products_From_The_List')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" name="new_arrival_product_list_priority[out_of_stock_product]" value="default" class="form-check-input radio--input" data-parent-class="new-arrival-product" id="new-arrival-product-stock-out-default" <?php echo e(isset($newArrivalProductListPriority?->out_of_stock_product) ? ($newArrivalProductListPriority?->out_of_stock_product == 'default' ? 'checked' : '') : 'checked'); ?>> <label class="form-check-label" for="new-arrival-product-stock-out-default"> <?php echo e(translate('none')); ?> </label> </div> </div> <div class="d-flex flex-column gap-3 gap-sm-4 border rounded-10 bg-white p-12 p-sm-20"> <div class="form-check d-flex gap-1"> <input type="radio" name="new_arrival_product_list_priority[temporary_close_sorting]" value="desc" class="form-check-input radio--input" data-parent-class="new-arrival-product" id="new-arrival-product-temporary-close-last" <?php echo e(isset($newArrivalProductListPriority?->temporary_close_sorting) && $newArrivalProductListPriority?->temporary_close_sorting == 'desc' ? 'checked' : ''); ?>> <label class="form-check-label" for="new-arrival-product-temporary-close-last"> <?php echo e(translate('show_Product_In_The_Last_If_Store_Is_Temporarily_Off')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" name="new_arrival_product_list_priority[temporary_close_sorting]" value="hide" class="form-check-input radio--input" data-parent-class="new-arrival-product" id="new-arrival-product-temporary-close-remove" <?php echo e(isset($newArrivalProductListPriority?->temporary_close_sorting) ? ($newArrivalProductListPriority?->temporary_close_sorting == 'hide' ? 'checked' : '') : 'checked'); ?>> <label class="form-check-label" for="new-arrival-product-temporary-close-remove"> <?php echo e(translate('remove_Product_From_The_List_If_Store_Is_Temporarily_Off')); ?> </label> </div> <div class="form-check d-flex gap-1"> <input type="radio" name="new_arrival_product_list_priority[temporary_close_sorting]" value="default" class="form-check-input radio--input" data-parent-class="new-arrival-product" id="new-arrival-product-temporary-close-default" <?php echo e(isset($newArrivalProductListPriority?->temporary_close_sorting) ? ($newArrivalProductListPriority?->temporary_close_sorting == 'default' ? 'checked' : '') : 'checked'); ?>> <label class="form-check-label" for="new-arrival-product-temporary-close-default"> <?php echo e(translate('none')); ?> </label> </div> </div> </div> </div> </div> </div> </div> </div> <?php /**PATH /home/pollibazaar/public_html/resources/views/admin-views/business-settings/priority-setup/partial/new-arrival-product.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick