{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//arsu/storage/framework//views///6a3e8d9e7b22c43699668538223f9dc19086525c.php
<?php ($cart = \App\CPU\CartManager::get_cart()); ?> <div class="cartmini__wrapper d-flex justify-content-between flex-column"> <div class="cartmini__top-wrapper"> <div class="cartmini__top p-relative"> <div class="cartmini__top-title"> <h4>Shopping cart</h4> </div> <div class="cartmini__close"> <button type="button" class="cartmini__close-btn cartmini-close-btn"><i class="fal fa-times"></i></button> </div> </div> <?php ($sub_total = 0); ?> <?php ($total_tax = 0); ?> <?php if($cart->count() > 0): ?> <div class="cartmini__widget" id="cart_items"> <?php $__currentLoopData = $cart; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cartItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="cartmini__widget-item"> <div class="cartmini__thumb"> <a href="product-details.html"> <img width="64" onerror="this.src='<?php echo e(asset('public/assets/front-end/img/image-place-holder.png')); ?>'" src="<?php echo e(\App\CPU\ProductManager::product_image_path('thumbnail')); ?>/<?php echo e($cartItem['thumbnail']); ?>" alt=""> </a> </div> <div class="cartmini__content"> <h5 class="cartmini__title"><a href="<?php echo e(route('product', $cartItem['slug'])); ?>"><?php echo e(Str::limit($cartItem['name'], 30)); ?></a> </h5> <div class="cartmini__price-wrapper"> <span class="cartmini__price"> <?php echo e(\App\CPU\Helpers::currency_converter(($cartItem['price'] - $cartItem['discount']) * $cartItem['quantity'])); ?></span> <span class="cartmini__quantity">x<?php echo e($cartItem['quantity']); ?></span> </div> </div> <a href="javascript:;" class="cartmini__del" onclick="removeFromCart(<?php echo e($cartItem['id']); ?>)"><i class="fa-regular fa-xmark"></i></a> </div> <?php ($sub_total += ($cartItem['price'] - $cartItem['discount']) * $cartItem['quantity']); ?> <?php ($total_tax += $cartItem['tax'] * $cartItem['quantity']); ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!-- for wp --> <?php else: ?> <!-- if no item in cart --> <div class="cartmini__empty text-center"> <img src="<?php echo e(asset('public/assets/front-end')); ?>/img/product/cartmini/empty-cart.png" alt=""> <p>Your Cart is empty</p> </div> <?php endif; ?> </div> <?php if($cart->count() > 0): ?> <div class="cartmini__checkout"> <div class="cartmini__checkout-title mb-30"> <h4><?php echo e(\App\CPU\translate('Subtotal')); ?>:</h4> <span><?php echo e(\App\CPU\Helpers::currency_converter($sub_total)); ?></span> </div> <div class="cartmini__checkout-btn"> <a href="<?php echo e(route('shop-cart')); ?>" class="tp-btn mb-10 w-100"> view cart</a> <a href="<?php echo e(route('checkout-details')); ?>" class="tp-btn tp-btn-border w-100"> <?php echo e(\App\CPU\translate('Checkout')); ?></a> </div> </div> <?php endif; ?> </div> <?php /**PATH /var/www/arsu/resources/themes/default/layouts/front-end/partials/cart.blade.php ENDPATH**/ ?>
./Ninja\.