관리-도구
편집 파일: 43b2922f263576c8939895bffb85c66205b6099b.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Meta Tag --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name='copyright' content=''> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title Tag --> <title><?php echo e(isset($seo_title) ? $seo_title : get_option('site_title', config('app.name'))); ?></title> <meta name="keywords" content="<?php echo e(isset($meta_keywords) ? $meta_keywords : get_option('meta_keywords')); ?>"/> <meta name="description" content="<?php echo e(isset($meta_description) ? $meta_description : get_option('meta_description')); ?>"/> <!-- Favicon --> <link rel="icon" type="image/png" href="<?php echo e(get_favicon()); ?>"> <!-- Web Font --> <link href="https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet"> <!-- StyleSheet --> <!-- Bootstrap --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/bootstrap.css')); ?>"> <!-- Magnific Popup --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/magnific-popup.min.css')); ?>"> <!-- Font Awesome --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/font-awesome.css')); ?>"> <!-- Fancybox --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/jquery.fancybox.min.css')); ?>"> <!-- Themify Icons --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/themify-icons.css')); ?>"> <!-- Nice Select CSS --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/niceselect.css')); ?>"> <!-- Animate CSS --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/animate.css')); ?>"> <!-- Flex Slider CSS --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/flex-slider.min.css')); ?>"> <!-- Jquery Ui --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/jquery-ui.css')); ?>"> <!-- Owl Carousel --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/owl-carousel.css')); ?>"> <!-- Slicknav --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/slicknav.min.css')); ?>"> <link href="<?php echo e(asset('public/backend/plugins/jquery-toast-plugin/jquery.toast.min.css')); ?>" rel="stylesheet" /> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/reset.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/style.css?v=1.1')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/responsive.css?v=1.1')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('public/theme/saintsaccessories/css/style.css')); ?>"> <Style> .twitter-typeahead{width:100%;} .banner { height: 40vh; } .section__bg--gradients::after { background: black; } .cta-about { background: black !important; } .cta-about p {color:white;} </Style> <?php echo $__env->make('theme.default.components.custom_styles', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('layouts.others.languages', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <script type="text/javascript"> var _url = "<?php echo e(url('')); ?>"; </script> </head> <body class="js"> <!-- Preloader --> <div class="preloader"> <div class="preloader-inner"> <div class="preloader-icon"> <span></span> <span></span> </div> </div> </div> <!-- End Preloader --> <?php if(\Session::has('checkout_error')): ?> <div class="alert alert-danger rounded-0"> <a href="#" class="close" data-dismiss="alert" aria-label="close">×</a> <p class="text-center m-0 text-white"><?php echo e(session('checkout_error')); ?></p> </div> <?php endif; ?> <!-- Header --> <div class="header-wrapper"> <div class="container"> <header class="header"> <a href="/" class="header__logo"> <img src="<?php echo e(asset('/public/theme/saintsaccessories/images/logo.png')); ?>" alt="Logo" class="imgFluid"> </a> <ul class="header__nav"> <?php $__currentLoopData = App\Entity\Category\Category::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($category->parent_id == ''): ?> <?php if($category->slug == 'paper' || $category->slug == 'accessories'): ?> <li><a href="/categories/<?php echo e($category->slug); ?>"><?php echo e(ucwords($category->slug)); ?><i class='bx bx-chevron-down'></i></a> <ul class="header__dropdown"> <?php $__currentLoopData = App\Entity\Category\Category::where('parent_id',$category->id)->get(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="/coming-soon"><?php echo e(ucwords($category->slug)); ?></a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </li> <?php else: ?> <!--affiliates page will go on coming soon page and rest will on shop with category--> <?php if($category->slug == 'affiliates'): ?> <li><a href="/coming-soon"><?php echo e(ucwords($category->slug)); ?></a></li> <?php else: ?> <li><a href="/categories/<?php echo e($category->slug); ?>"><?php echo e(ucwords($category->slug)); ?></a></li> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li> <a href="#">Resources <i class='bx bx-chevron-down'></i></a> <?php echo xss_clean(show_navigation(get_option('primary_menu'), 'header__dropdown', 'dropdown', 'dropdown sub-dropdown')); ?> </li> </ul> <ul class="header__options"> <li><a href="#" data-toggle-btn="searchbar"><i class='bx bx-search bx-sm'></i></a></li> <!--<li><a href="signin.php"><i class='bx bx-user bx-sm'></i></a></li>--> <?php if(! Auth::check()): ?> <li><a href="<?php echo e(url('/sign_in')); ?>"><?php echo e(_lang('')); ?><i class="ti-lock"></i></a></li> <?php else: ?> <li> <a href="<?php echo e(url('/my_account')); ?>"><?php echo e(_lang('')); ?> <i class="ti-user"></i></a></li> <li><a href="<?php echo e(url('/sign_out')); ?>"><?php echo e(_lang('')); ?><i class="ti-power-off"></i></a></li> <?php endif; ?> <li> <div class="sinlge-bar"> <a href="<?php echo e(url('wish_list')); ?>" class="single-icon"> <i class="bx bx-heart bx-sm" aria-hidden="true"></i> <span class="total-count" id="wishlist-count"><?php echo e(auth()->check() ? auth()->user()->wishlist->count() : 0); ?></span> </a> </div> </li> <li><div class="sinlge-bar shopping" id="mini-cart"> <?php echo $__env->make('theme.default.components.mini-cart', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </li> </ul> </header> </div> </div> <!--/ End Header --> <!-- Search Bar --> <div class="search-bar" data-toggle-content="searchbar"> <div> <div class="search-bar__title">Search Products</div> <button type="button" class="closeBtn" data-toggle-btn="searchbar"><i class='bx bx-x bx-sm'></i></button> </div> <form class="search-form" action="<?php echo e(url('/shop')); ?>"> <input type="text" class="search-products" placeholder="<?php echo e(_lang('Search here')); ?>..." name="search"> <button value="search" type="submit"><i class='bx bx-sm bx-search'></i></button> </form> </div> <!-- End Search Bar--> <?php echo $__env->yieldContent('content'); ?> <!-- Quick View Shop --> <div class="modal fade" id="quickShop" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span class="ti-close" aria-hidden="true"></span></button> </div> <div class="modal-body"> </div> </div> </div> </div> <!-- Quick View Shop end --> <!-- Start Footer Area --> <!-- Footer Top --> <footer class="footer"> <div class="container"> <div class="footer__chips"> <div class="row"> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="125ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image1') != '' ? asset('public/uploads/media/'.get_option('footer_display_image1')) : asset('/public/theme/saintsaccessories/images/gallery-img-1.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="250ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image2') != '' ? asset('public/uploads/media/'.get_option('footer_display_image2')) : asset('/public/theme/saintsaccessories/images/gallery-img-2.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="375ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image3') != '' ? asset('public/uploads/media/'.get_option('footer_display_image3')) : asset('/public/theme/saintsaccessories/images/gallery-img-3.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="500ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image4') != '' ? asset('public/uploads/media/'.get_option('footer_display_image4')) : asset('/public/theme/saintsaccessories/images/gallery-img-4.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="625ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image5') != '' ? asset('public/uploads/media/'.get_option('footer_display_image5')) : asset('/public/theme/saintsaccessories/images/gallery-img-5.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="750ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image6') != '' ? asset('public/uploads/media/'.get_option('footer_display_image6')) : asset('/public/theme/saintsaccessories/images/gallery-img-6.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="875ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image7') != '' ? asset('public/uploads/media/'.get_option('footer_display_image7')) : asset('/public/theme/saintsaccessories/images/gallery-img-7.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg wow fadeInDownBig" data-wow-delay="1000ms"> <div class="section-img"> <img src="<?php echo e(get_option('footer_display_image8') != '' ? asset('public/uploads/media/'.get_option('footer_display_image8')) : asset('/public/theme/saintsaccessories/images/gallery-img-8.png')); ?>" alt="image" class="imgFluid"> </div> </div> </div> </div> <div class="row justify-content-between"> <div class="col-12 col-lg-2 wow zoomIn"> <div class="footer-links"> <div class="title"><?php echo get_trans_option('footer_menu_1_title'); ?></div> <!-- <ul>--> <!-- <li><a href="/shop">Trays</a></li>--> <!-- <li><a href="/faq">Faq</a></li>--> <!-- <li><a href="/blogs">Blogs</a></li>--> <!-- <li><a href="/contact-us">Contact</a></li>--> <!-- <li><a href="/about-us">About</a></li>--> <!--</ul>--> <?php echo xss_clean(show_navigation(get_option('footer_menu_1'))); ?> </div> </div> <div class="col-12 col-lg-2 wow zoomIn"> <div class="footer-links"> <div class="title"><?php echo get_trans_option('footer_menu_2_title'); ?></div> <ul> <li><a href="#"><?php echo e(get_option('phone')); ?></a></li> <li><a href="mailto:<?php echo e(get_option('email')); ?>"><?php echo e(get_option('email')); ?></a></li> </ul> </div> <div class="footer-links footer-links--social mt-4"> <div class="title">Social Links</div> <ul> <li><a href="<?php echo e(get_option('facebook_link')); ?>"><i class='bx bxl-facebook bx-sm'></i></a></li> <li><a href="<?php echo e(get_option('twitter_link')); ?>"><i class='bx bxl-twitter bx-sm'></i></a></li> <li><a href="<?php echo e(get_option('instagram_link')); ?>"><i class='bx bxl-instagram bx-sm'></i></a></li> </ul> </div> </div> <div class="col-12 col-lg-5 wow zoomIn"> <div class="footer-about"> <div class="title">Security and Payments</div> <img src="<?php echo e(get_option('payment_method_image') != '' ? asset('public/uploads/media/'.get_option('payment_method_image')) : asset('public/theme/default/images/payments.png')); ?>" alt="image" class="imgFluid"> </div> </div> </div> </div> <div class="footer__copyright"><?php echo xss_clean(get_trans_option('copyright_text')); ?></div> </footer> <!-- End Footer Top --> <!-- /End Footer Area --> <!-- Jquery --> <script src="<?php echo e(asset('public/theme/default/js/jquery.min.js')); ?>"></script> <script src="<?php echo e(asset('public/theme/default/js/jquery-migrate-3.0.0.js')); ?>"></script> <script src="<?php echo e(asset('public/theme/default/js/jquery-ui.min.js')); ?>"></script> <!-- Popper JS --> <script src="<?php echo e(asset('public/theme/default/js/popper.min.js')); ?>"></script> <!-- Bootstrap JS --> <script src="<?php echo e(asset('public/theme/default/js/bootstrap.min.js')); ?>"></script> <!-- Slicknav JS --> <script src="<?php echo e(asset('public/theme/default/js/slicknav.min.js')); ?>"></script> <!-- Owl Carousel JS --> <script src="<?php echo e(asset('public/theme/default/js/owl-carousel.js')); ?>"></script> <!-- Magnific Popup JS --> <script src="<?php echo e(asset('public/theme/default/js/magnific-popup.js')); ?>"></script> <!-- Waypoints JS --> <script src="<?php echo e(asset('public/theme/default/js/waypoints.min.js')); ?>"></script> <!-- Countdown JS --> <script src="<?php echo e(asset('public/theme/default/js/finalcountdown.min.js')); ?>"></script> <!-- Nice Select JS --> <script src="<?php echo e(asset('public/theme/default/js/nicesellect.js')); ?>"></script> <!-- Flex Slider JS --> <script src="<?php echo e(asset('public/theme/default/js/flex-slider.js')); ?>"></script> <!-- ScrollUp JS --> <script src="<?php echo e(asset('public/theme/default/js/scrollup.js')); ?>"></script> <!-- Onepage Nav JS --> <script src="<?php echo e(asset('public/theme/default/js/onepage-nav.min.js')); ?>"></script> <!-- Easing JS --> <script src="<?php echo e(asset('public/theme/default/js/easing.js')); ?>"></script> <script src="<?php echo e(asset('public/backend/plugins/jquery-toast-plugin/jquery.toast.min.js')); ?>"></script> <script src="<?php echo e(asset('public/theme/default/js/typeahead.bundle.js')); ?>"></script> <script src="<?php echo e(asset('public/backend/assets/js/print.js')); ?>"></script> <!-- Active JS --> <script src="<?php echo e(asset('public/theme/default/js/active.js?v=1.2')); ?>"></script> <script> // Toggle Functionality const toggleBtn = document.querySelectorAll("[data-toggle-btn]"); toggleBtn.forEach((i) => { i.addEventListener("click", (e) => { const content = document.querySelector( `[data-toggle-content="${e.currentTarget.dataset.toggleBtn}"]` ); e.preventDefault(); i.classList.toggle("active"); content.classList.toggle("active"); }); }); </script> <!-- Custom JS --> <?php echo $__env->yieldContent('js-script'); ?> </body> </html><?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/theme/saintsaccessories/websiteEcom.blade.php ENDPATH**/ ?>