ヤミ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: f9257d80449106a08248237eeacbdbe7.php
<div class="position-relative z-index-99 rtl w-100 text-align-direction <?php echo e($displayClass); ?>"> <div class="__rounded-10 bg-white position-relative"> <div class="d-flex flex-wrap justify-content-between seller-details"> <div class="d-flex align-items-center p-2 flex-grow-1"> <div class=""> <?php if($shopInfoArray['id'] != 0): ?> <div class="position-relative overflow-hidden d-flex align-items-center aspect-1 rounded w-90px"> <?php if(checkVendorAbility(type: 'vendor', status: 'temporary_close', vendor: $shopInfoArray)): ?> <span class="temporary-closed-details p-1"> <span><?php echo e(translate('Temporary_OFF')); ?></span> </span> <?php elseif(checkVendorAbility(type: 'vendor', status: 'vacation_status', vendor: $shopInfoArray)): ?> <span class="temporary-closed-details p-1"> <span><?php echo e(translate('closed_now')); ?></span> </span> <?php endif; ?> <img class="img-fluid h-100 object-cover" alt="<?php echo e($shopInfoArray['name']); ?>" src="<?php echo e(getStorageImages(path: $shopInfoArray['image_full_url'], type: 'shop')); ?>"> </div> <?php else: ?> <div class="position-relative overflow-hidden d-flex align-items-center aspect-1 rounded w-90px"> <?php if(checkVendorAbility(type: 'inhouse', status: 'temporary_close', vendor: $shopInfoArray)): ?> <span class="temporary-closed-details px-2"> <span><?php echo e(translate('Temporary_OFF')); ?></span> </span> <?php elseif(checkVendorAbility(type: 'inhouse', status: 'vacation_status', vendor: $shopInfoArray)): ?> <span class="temporary-closed-details px-2"> <span><?php echo e(translate('closed_now')); ?></span> </span> <?php endif; ?> <img class="img-fluid h-100 object-cover" alt="<?php echo e(getInHouseShopConfig(key:'name')); ?>" src="<?php echo e(getStorageImages(path: getInHouseShopConfig(key: 'image_full_url'), type:'shop')); ?>"> </div> <?php endif; ?> </div> <div class="__w-100px flex-grow-1 <?php echo e(Session::get('direction') === "rtl" ? ' pr-2 pr-sm-4' : ' pl-2 pl-sm-4'); ?>"> <div class="font-weight-bolder mb-2"> <?php if($shopInfoArray['id'] != 0): ?> <?php echo e($shopInfoArray['name']); ?> <?php else: ?> <?php echo e(getInHouseShopConfig(key:'name')); ?> <?php endif; ?> </div> <div class="d-flex flex-column gap-1"> <div class="fs-12"> <?php for($i = 1; $i <= 5; $i++): ?> <?php if($i <=$shopInfoArray['average_rating']): ?> <i class="tio-star text-warning"></i> <?php elseif($shopInfoArray['average_rating'] != 0 && $i <= (int)$shopInfoArray['average_rating'] + 1 && $shopInfoArray['average_rating']>=((int)$shopInfoArray['average_rating']+.30)): ?> <i class="tio-star-half text-warning"></i> <?php else: ?> <i class="tio-star-outlined text-warning"></i> <?php endif; ?> <?php endfor; ?> <span class="__inline-69"></span> <span class="text-nowrap fs-13 font-semibold text-base"> <?php echo e($shopInfoArray['total_review']); ?> <?php echo e(translate('reviews')); ?> </span> </div> <div class="d-flex flex-wrap py-1 fs-12 web-text-primary"> <span class="text-nowrap"> <?php echo e($shopInfoArray['total_order']); ?> <?php echo e(translate('orders')); ?> </span> <?php ($minimum_order_amount_status = getWebConfig(name: 'minimum_order_amount_status')); ?> <?php ($minimum_order_amount_by_seller = getWebConfig(name: 'minimum_order_amount_by_seller')); ?> <?php if($minimum_order_amount_status == 1 && $minimum_order_amount_by_seller == 1 && $shopInfoArray['minimum_order_amount'] > 0): ?> <span class="__inline-69"></span> <span><?php echo e(webCurrencyConverter(amount: $shopInfoArray['minimum_order_amount'])); ?> <?php echo e(translate('minimum_order_amount')); ?></span> <?php endif; ?> </div> </div> </div> </div> <div class="d-flex align-items-center"> <div class="<?php echo e(session('direction') === "rtl" ? 'ml-sm-4' : 'mr-sm-4'); ?>"> <?php if(auth('customer')->check()): ?> <div class="d-flex ml-4-mobile"> <?php if($seller_id == 0): ?> <button class="btn btn--primary __inline-70 rounded-10 btn-sm text-capitalize chat-with-seller-button d-none d-sm-inline-block" data-toggle="modal" data-target="#exampleModal" <?php if(checkVendorAbility(type: 'inhouse', status: 'temporary_close', vendor: $shopInfoArray)): ?> disabled <?php endif; ?> > <img src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/shopview-chat.png')); ?>" loading="eager" class="" alt=""> <span class="d-none d-sm-inline-block"> <?php echo e(translate('chat')); ?> </span> </button> <button class="btn bg-transparent border-0 __inline-70 rounded-10 text-capitalize chat-with-seller-button d-sm-inline-block d-md-none" data-toggle="modal" data-target="#exampleModal" <?php if(checkVendorAbility(type: 'inhouse', status: 'temporary_close', vendor: $shopInfoArray)): ?> disabled <?php endif; ?> > <img src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/icons/shopview-chat-blue.svg')); ?>" loading="eager" class="" alt=""> </button> <?php else: ?> <button data-toggle="modal" data-target="#exampleModal" class="btn btn--primary __inline-70 rounded-10 btn-sm text-capitalize chat-with-seller-button d-none d-sm-inline-block" <?php if(checkVendorAbility(type: 'vendor', status: 'temporary_close', vendor: $shopInfoArray)): ?> disabled <?php endif; ?> > <img src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/shopview-chat.png')); ?>" loading="eager" class="" alt=""> <span class="d-none d-sm-inline-block"> <?php echo e(translate('chat')); ?> </span> </button> <button data-toggle="modal" data-target="#exampleModal" class="btn bg-transparent border-0 __inline-70 rounded-10 text-capitalize chat-with-seller-button d-sm-inline-block d-md-none" <?php if(checkVendorAbility(type: 'vendor', status: 'temporary_close', vendor: $shopInfoArray)): ?> disabled <?php endif; ?> > <img loading="eager" class="" alt="" src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/icons/shopview-chat-blue.svg')); ?>"> </button> <?php endif; ?> </div> <?php else: ?> <div class="d-flex"> <a href="<?php echo e(route('customer.auth.login')); ?>" class="btn btn--primary __inline-70 rounded-10 btn-sm text-capitalize chat-with-seller-button"> <img src="<?php echo e(theme_asset(path: 'public/assets/front-end/img/shopview-chat.png')); ?>" loading="eager" class="" alt=""> <span class="d-none d-sm-inline-block"> <?php echo e(translate('chat')); ?> </span> </a> </div> <?php endif; ?> </div> </div> </div> </div> </div> <?php /**PATH /home/pollibazaar/public_html/resources/themes/default/web-views/seller-view/shop-info-card.blade.php ENDPATH**/ ?>
Coded With 💗 by
0x6ick