Server : Apache System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/vapecompany/demo.vapecompany.com.bd/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('css'); ?> <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/frontend/styles/cart_styles.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/frontend/styles/cart_responsive.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Cart --> <div class="container cart-container"> <div class="card cart_card"> <div class="row row-mar"> <div class="col-md-12 cart_page"> <div class="title cart_title"> <div class="row row-mar"> <div class="col"> <h4><b>Wish List</b></h4> </div> <div class="col align-self-center text-right text-muted"></div> </div> </div> <?php $__currentLoopData = $wishlist; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $details): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="row row-mar border-top border-bottom"> <div class="row row-mar main align-items-center"> <div class="col-2"><img style="height:80px;width:100%;" class="img-fluid" src="<?php echo e(url('public/images/product/'.$details->product->product_image)); ?>"></div> <div class="col-5"> <div class="row row-mar text-muted"><?php echo e($details->product->product_name); ?></div> <!-- <div class="row row-mar">Cotton T-shirt</div> --> </div> <div class="col-2">€ <?php echo e($details->product->sale_price); ?> </div> <div class="col-2"> <a href="<?php echo e(url('add_cart/'.$details->product->product_id)); ?>" class="btn button cart_button" style="color: white">Add To Cart</a> </div> <div class="col-1"> <span class="close" style="font-size: 20px"> <a href="<?php echo e(url('remove_wishlist/'. $details->id)); ?>">✕</a> </span> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js'); ?> <script src="<?php echo e(url('public/frontend/plugins/slick-1.8.0/slick.js')); ?>"></script> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyCIwF204lFZg1y4kPSIhKaHEXMLYxxuMhA"></script> <script src="<?php echo e(url('public/frontend/js/custom.js')); ?>"></script> <script> </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/vapecompany/demo.vapecompany.com.bd/resources/views/frontend/pages/wishlist.blade.php ENDPATH**/ ?>