/
home
/
sjslayjy
/
public_html
/
theweavenest
/
storage
/
framework
/
views
/
Upload File
HOME
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Construction Html5 Template"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <meta name="author" content="Themefisher"> <meta name="generator" content="Themefisher Constra HTML Template v1.0"> <title><?php echo $__env->yieldContent('page_title'); ?></title> <!-- Favicon --> <link rel="shortcut icon" type="image/x-icon" href="<?php echo e(asset('images/favicon.png')); ?>" /> <!-- Themefisher Icon font --> <link rel="stylesheet" href="<?php echo e(asset('plugins/themefisher-font/style.css')); ?>"> <!-- bootstrap.min css --> <link rel="stylesheet" href="<?php echo e(asset('plugins/bootstrap/css/bootstrap.min.css')); ?>"> <!-- Animate css --> <link rel="stylesheet" href="<?php echo e(asset('plugins/animate/animate.css')); ?>"> <!-- Slick Carousel --> <link rel="stylesheet" href="<?php echo e(asset('plugins/slick/slick.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('plugins/slick/slick-theme.css')); ?>"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="<?php echo e(asset('front_assets/css/font-awesome.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('front_assets/css/bootstrap.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('front_assets/css/jquery.smartmenus.bootstrap.css')); ?>" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('front_assets/css/jquery.simpleLens.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('front_assets/css/slick.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('front_assets/css/nouislider.css')); ?>"> <link id="switcher" href="<?php echo e(asset('front_assets/css/theme-color/default-theme.css')); ?>" rel="stylesheet"> <link href="<?php echo e(asset('front_assets/css/sequence-theme.modern-slide-in.css')); ?>" rel="stylesheet" media="all"> <link href="<?php echo e(asset('front_assets/css/style.css')); ?>" rel="stylesheet"> <!-- Google Font --> <!-- Main Stylesheet --> <link rel="stylesheet" href="<?php echo e(asset('css/style.css')); ?>"> <script> var PRODUCT_IMAGE = "<?php echo e(asset('storage/media/')); ?>"; document.getElementById('search_form').addEventListener('submit', function(event) { event.preventDefault(); // Prevent default form submission funSearch(); // Call search function }); // Search function function funSearch() { var search_str = jQuery('#search_str').val().trim(); // Trim whitespace if (search_str && search_str.length > 3) { var encodedSearchStr = encodeURIComponent(search_str); // Encode search string var url = '/search/' + encodedSearchStr; console.log('Redirecting to:', url); window.location.href = url; } else { alert("Please enter a search term longer than 3 characters."); } } </script> </head> <body class="pruductpage"> <section class="top-header"> <div class="container"> <div class="row"> <div class="col-md-4 col-xs-12 col-sm-4"> <div class="contact-number d-flex align-items-center"> <img src="<?php echo e(asset('admin_assets/images/weavenest_logo.png')); ?>" alt="Weavenest Logo" class="img-fluid small-image" style="background-color: white; max-height: 80px; max-width: auto; padding: 5px; border-radius: 5px;"> </div> </div> <div class="col-md-4 col-xs-12 col-sm-4"> <div class="logo text-center"> <a href="index.html"> <svg width="px" height="29px" viewBox="0 0 350 29" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" font-size="40" font-family="AustinBold, Austin" font-weight="bold"> <g id="Group" transform="translate(-108.000000, -297.000000)" fill="#000000"> <text id="AVIATO"> <tspan x="108.94" y="325">THE WEAVENEST</span> </text> </g> </g> </svg> </a> </div> </div> <div class="col-md-4 col-xs-12 col-sm-4"> <!-- Cart --> <?php $getAddToCartTotalItem = getAddToCartTotalItem(); $totalCartItem = count($getAddToCartTotalItem); $totalPrice = 0; ?> <ul class="top-menu text-right list-inline"> <li class="dropdown cart-nav dropdown-slide"> <a href="<?php echo e(route('cart')); ?>" id="cartBox" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <img src="<?php echo e(asset('storage/media/Animation - 1716870689053.gif')); ?>" alt="Cart" class="animated-cart-icon"> <span class="aa-cart-notify"><?php echo e($totalCartItem); ?></span> </a> <div class="dropdown-menu cart-dropdown aa-cartbox-summary"> <!-- Cart Item --> <?php if($totalCartItem > 0): ?> <ul> <?php $__currentLoopData = $getAddToCartTotalItem; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cartItem): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $totalPrice += $cartItem->qty * $cartItem->price; ?> <li> <div class="media"> <a class="aa-cartbox-img" href="#"><img src="<?php echo e(asset('storage/media/'.$cartItem->image)); ?>" alt="img"></a> <div class="aa-cartbox-info"> <h4 class="media-heading"><a href="#"><?php echo e($cartItem->name); ?></a></h4> <div class="cart-price"> <p><?php echo e($cartItem->qty); ?> * Rs <?php echo e($cartItem->price); ?></p> </div> <a href="#!" class="remove"><i class="tf-ion-close"></i></a> </div> </div><!-- / Cart Item --> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li> <span class="aa-cartbox-total-title">Total</span> <span class="aa-cartbox-total-price">Rs <?php echo e($totalPrice); ?></span> </li> </ul> <div class="cart-summary"> <span>Total</span> <span class="total-price">Rs <?php echo e($totalPrice); ?></span> </div> <ul class="text-center cart-buttons"> <li><a href="<?php echo e(route('cart')); ?>" class="btn btn-small">View Cart</a></li> <li><a href="<?php echo e(url('checkout')); ?>" class="btn btn-small btn-solid-border">Checkout</a></li> </ul> <?php else: ?> <p>Your cart is empty.</p> <?php endif; ?> </div> </li> <li class="dropdown search dropdown-slide"> <a href="#!" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="tf-ion-ios-search-strong"></i> Search </a> <ul class="dropdown-menu search-dropdown"> <li> <form id="search_form"> <input type="text" id="search_str" class="form-control" placeholder="Search..."> </form> </li> </ul> </li><!-- / Search --> <?php if(session()->has('FRONT_USER_LOGIN')): ?> <li class="order page"> <li><a href="<?php echo e(url('/order')); ?>">My Order</a></li> </li> <li class="login page"> <a href="<?php echo e(url('/logout')); ?>">Logout</a> </li> <?php else: ?> <li class="login page"> <a href="<?php echo e(route('login')); ?>">My Account <img src="<?php echo e(asset('storage/media/Animation - 1716873857503.gif')); ?>" alt="Account" class="animated-cart-icon"></a> </li> <?php endif; ?> </ul><!-- / .nav .navbar-nav .navbar-right --> </div> </div> </div> </section> <!-- Main Menu Section --> <section class="menu"> <nav class="navbar navigation"> <div class="container"> <div class="navbar-header"> <h2 class="menu-title">Main Menu</h2> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div id="navbar" class="navbar-collapse collapse text-center"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="<?php echo e(url('/')); ?>">Home</a> </li> <li class="dropdown"> <?php echo getTopNavCat(); ?> </li> <li class="dropdown dropdown-slide"> <div class="dropdown-menu"> <div class="row"> <div class="col-lg-6 col-md-6 mb-sm-3"> <ul> </ul> </div> <div class="col-lg-6 col-md-6 mb-sm-3"> <ul> </ul> </div> </div> </div> </li> <!-- Pages Dropdown --> <li class="dropdown full-width dropdown-slide"> <div class="dropdown-menu"> <div class="row"> <!-- Introduction --> <div class="col-sm-3 col-xs-12"> <ul> </ul> </div> <div class="col-sm-3 col-xs-12"> <ul> </ul> </div> <div class="col-sm-3 col-xs-12"> <a href="shop.html"> <img class="img-responsive" src="images/shop/header-img.jpg" alt="menu image" /> </a> </div> </div> </div> </li> </ul> </div> </div> </nav> </section> <?php echo $__env->yieldContent('content'); ?> <?php $__env->startSection('container'); ?> <?php echo $__env->yieldSection(); ?> <footer class="footer section text-center"> <div class="container"> <div class="row"> <div class="col-md-12"> <ul class="social-media"> <li> <a href="https://www.facebook.com/themefisher"> <i class="tf-ion-social-facebook"></i> </a> </li> <li> <a href="https://www.instagram.com/themefisher"> <i class="tf-ion-social-instagram"></i> </a> </li> <li> <a href="https://www.twitter.com/themefisher"> <i class="tf-ion-social-twitter"></i> </a> </li> <li> <a href="https://www.pinterest.com/themefisher/"> <i class="tf-ion-social-pinterest"></i> </a> </li> </ul> <ul class="footer-menu text-uppercase"> <li> <a href="contact.html">CONTACT</a> </li> <li> <a href="shop.html">SHOP</a> </li> <li> <a href="pricing.html">Pricing</a> </li> <li> <a href="contact.html">PRIVACY POLICY</a> </li> </ul> </div> </div> </div> </footer> <script src="plugins/jquery/dist/jquery.min.js"></script> <script src="plugins/bootstrap/js/bootstrap.min.js"></script> <script src="plugins/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.js"></script> <script src="plugins/instafeed/instafeed.min.js"></script> <script src="plugins/ekko-lightbox/dist/ekko-lightbox.min.js"></script> <script src="plugins/syo-timer/build/jquery.syotimer.min.js"></script> <script src="plugins/slick/slick.min.js"></script> <script src="plugins/slick/slick-animation.min.js"></script> <script src="js/custom.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script> <script type="text/javascript" src="plugins/google-map/gmap.js"></script> <script src="https://checkout.razorpay.com/v1/checkout.js"></script> <script src="https://checkout.razorpay.com/v1/checkout.js"></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCC72vZw-6tGqFyRhhg5CkF2fqfILn2Tsw"></script> <script type="text/javascript" src="plugins/google-map/gmap.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="path/to/custom.js"></script> <!-- Main Js File --> <script src="js/script.js"></script> <script src="js/custom.js"></script> <script> document.addEventListener('DOMContentLoaded', function() { var searchButton = document.getElementById('search_btn'); searchButton.addEventListener('click', function() { var searchStr = jQuery('#search_str').val(); if (searchStr !== '') { window.location.href = '/search/' + searchStr; } }); }); document.getElementById('search_form').addEventListener('submit', function(event) { event.preventDefault(); // Prevent default form submission funSearch(); // Call search function }); // Search function function funSearch() { var search_str = jQuery('#search_str').val().trim(); // Trim whitespace if (search_str && search_str.length > 3) { var encodedSearchStr = encodeURIComponent(search_str); // Encode search string var url = '/search/' + encodedSearchStr; console.log('Redirecting to:', url); window.location.href = url; } else { alert("Please enter a search term longer than 3 characters."); // Alert for invalid input } } </script> </body> </html><?php /**PATH C:\laravel_projecgts\ajay\resources\views/front/layout_alt.blade.php ENDPATH**/ ?>