One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
db3ea30986a5bcfa60eeb5ddd375ff98f2680f2c.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['mywishlist'] ?? __('My Wishlist')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page-name'); ?> <?php echo e($keywords['mywishlist'] ?? __('My Wishlist')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-name'); ?> <?php echo e($keywords['mywishlist'] ?? __('My Wishlist')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="user-dashbord pt-100 pb-60"> <div class="container"> <div class="row"> <?php if ($__env->exists('user-front.customer.side-navbar')) echo $__env->make('user-front.customer.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="row"> <div class="col-lg-12"> <div class="user-profile-details mb-40"> <div class="account-info"> <div class="title mb-3"> <h4><?php echo e($keywords['mywishlist'] ?? __('My Wishlist')); ?></h4> </div> <div class="main-info" id="refreshDiv"> <div class="main-table"> <div class="table-responsiv"> <table id="order_table" class="dataTables_wrapper table-striped dt-bootstrap4" style="width:100%"> <thead> <tr> <th><?php echo e($keywords['item'] ?? __('item')); ?></th> <th><?php echo e($keywords['title'] ?? __('title')); ?></th> <th><?php echo e($keywords['price'] ?? __('price')); ?></th> <th><?php echo e($keywords['action'] ?? __('action')); ?></th> </tr> </thead> <tbody> <?php if($wishlist): ?> <?php $__currentLoopData = $wishlist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $content = !empty($item->item) ? $item->item ->itemContents() ->where('language_id', $language->id) ->first() : []; ?> <?php if(!empty($content)): ?> <tr> <td width="15%"> <a href="<?php echo e(route('front.user.item_details', ['slug' => $content->slug, getParam()])); ?>"> <img src="<?php echo e(asset('assets/front/img/user/items/thumbnail/' . $item->item->thumbnail)); ?>" class="img-fluid" alt="image"> </a> </td> <td width="50%" class="px-4"> <a target="_blank" href="<?php echo e(route('front.user.item_details', ['slug' => $content->slug, getParam()])); ?>"> <?php echo e(strlen($content->title) > 40 ? mb_substr($content->title, 0, 40, 'UTF-8') . '...' : $content->title); ?> </a> </td> <td><?php echo e($userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : ''); ?> <?php echo e($item->item->current_price); ?> <?php echo e($userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : ''); ?> </td> <td> <div class="remove"> <div class="checkbox"> <span class="fas fa-times cursor-pointer item-remove" rel="<?php echo e($item->id); ?>" data-pg="wish" data-href="<?php echo e(route('customer.removefromWish', ['id' => $item->id, getParam()])); ?> "></span> </div> </div> </td> </tr> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php else: ?> <tr class="text-center"> <td colspan="4"> <?php echo e($keywords['no_items'] ?? __('No Items found!')); ?> </td> </tr> <?php endif; ?> </tbody> </table> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> $(document).ready(function() { $('#order_table').DataTable({ ordering: false }); }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('user-front.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/business/public_html/resources/views/user-front/customer/wishlist.blade.php ENDPATH**/ ?>