관리-도구
편집 파일: 5ba1875b88ba9b4bd6695f23d06dbf52046cc1de.php
<?php $__env->startSection('content'); ?> <!-- Banner --> <div class="banner"> <div class="banner__bg wow fadeInUpBig"> <img src="<?php echo e(get_option('hero_banner') != '' ? asset('public/uploads/media/'.get_option('hero_banner')) : asset('/public/uploads/media/file_64025129bc2fc.png')); ?>" alt="image" class="imgFluid"> </div> <div class="container wow zoomIn" data-wow-delay="750ms"> <div class="row"> <div class="col-12 col-lg-6"> <div class="banner__content section-content section-content--light"> <h3 class="subHeading"><?php echo get_trans_option('hero_sub_title2'); ?></h3> <h2 class="heading heading--lg"><?php echo get_trans_option('hero_title'); ?></h2> <h3 class="heading"><?php echo get_trans_option('hero_sub_title1'); ?></h3> <p><?php echo get_trans_option('hero_content'); ?></p> <div class="themeBtn-group"> <a href="<?php echo e(get_trans_option('hero_button1_link')); ?>" class="themeBtn themeBtn--rounded"><?php echo get_trans_option('hero_button1_text'); ?></a> <a href="<?php echo e(get_trans_option('hero_button2_link')); ?>" class="themeBtn themeBtn--outline themeBtn--rounded"><?php echo get_trans_option('hero_button2_text'); ?></a> </div> </div> </div> </div> </div> </div> <!-- Products --> <div class="container py-5 my-5 "> <div class="row mb-4 wow fadeInLeftBig"> <div class="col-12"> <div class="section-content"> <h2 class="heading line"><?php echo get_trans_option('home_sec1_heading1'); ?></h2> </div> </div> </div> <div class="row wow zoomInUp multiple-items01"> <?php $products = App\Entity\Product\Product::where('is_active',1)->orderby('created_at','desc')->take(4)->get() ?> <?php echo $__env->make('theme.default.components.product-grid',['class' => 'col-xl-3'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <!-- Section --> <div class="section mb-5 ct-what-do"> <div class="section__bg section__bg--gradients section__bg--75 wow fadeInUp"></div> <div class="container pt-5"> <div class="row justify-content-center"> <div class="col-12 col-lg-9 wow zoomInUp"> <div class="section-content text-center"> <h2 class="heading"><?php echo get_trans_option('what_we_do_title'); ?></h2> <?php echo get_trans_option('what_we_do_content'); ?> </div> </div> <div class="col-12 wow fadeInDownBig"> <div class="section-img"> <img src="<?php echo e(get_option('what_we_do_image') != '' ? asset('public/uploads/media/'.get_option('what_we_do_image')) : asset('/public/theme/saintsaccessories/images/about-img-1.png')); ?>" alt="image" class="imgFluid"> </div> </div> </div> </div> </div> <!-- Products --> <div class="container py-5 my-5"> <div class="row mb-4 wow fadeInLeftBig"> <div class="col-12"> <div class="section-content"> <h2 class="heading line"><?php echo get_trans_option('home_sec3_heading1'); ?></h2> </div> </div> </div> <div class="row wow zoomInUp multiple-items01"> <?php $products = App\Entity\Product\Product::where('is_active',1)->orderby('created_at','desc')->take(4)->get() ?> <?php echo $__env->make('theme.default.components.product-grid',['class' => 'col-xl-3'], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <!-- Section --> <div class="section py-5 mt-5"> <div class="section__bg section__bg--gradient wow fadeInDownBig"></div> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-12 col-lg-5 wow zoomInDown"> <div class="section-img section-img--offset"> <img src="<?php echo e(get_option('home_sec4_image') != '' ? asset('public/uploads/media/'.get_option('home_sec4_image')) : asset('/public/theme/saintsaccessories/images/about-img-2.png')); ?>" alt="image" class="imgFluid"> </div> </div> <div class="col-12 col-lg-6 wow fadeInRightBig"> <div class="section-content"> <h2 class="heading-dif"><?php echo get_trans_option('home_sec4_title'); ?></h2> <p class="text-white"><?php echo get_trans_option('home_sec4_content'); ?></p> <a href="<?php echo e(get_trans_option('home_sec4_button1_link')); ?>" class="themeBtn themeBtn--rounded"><?php echo get_trans_option('home_sec4_button1_text'); ?></a> </div> </div> </div> </div> <div class="scroll__txt"> <h1><?php echo get_trans_option('home_sec4_scroll_title'); ?></h1> </div> <marquee class="marquee-txt" behavior="" direction="right"><span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span> <span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span> <span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span> <span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span> <span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span> <span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span> <span><?php echo get_trans_option('home_sec4_animation_title'); ?> </span></marquee> </div> <!-- Categories --> <div class="row no-gutters"> <div class="col-12 col-lg-3 wow fadeInDown" data-wow-delay="250ms"> <div class="category-card"> <div class="category-card__img"> <img src="<?php echo e(get_option('home_featured_category1_image') != '' ? asset('public/uploads/media/'.get_option('home_featured_category1_image')) : asset('/public/theme/saintsaccessories/images/category-img-1.png')); ?>" alt="image" class="imgFluid"> </div> <div class="category-card__content"> <div class="title"><?php echo e(ucwords(get_trans_option('home_featured_category1'))); ?></div> <a href="/categories/<?php echo e(get_trans_option('home_featured_category1')); ?>" class="themeBtn themeBtn--rounded">Shop Now</a> </div> </div> </div> <div class="col-12 col-lg-3 wow fadeInDown" data-wow-delay="250ms"> <div class="category-card"> <div class="category-card__img"> <img src="<?php echo e(get_option('home_featured_category2_image') != '' ? asset('public/uploads/media/'.get_option('home_featured_category2_image')) : asset('/public/theme/saintsaccessories/images/category-img-1.png')); ?>" alt="image" class="imgFluid"> </div> <div class="category-card__content"> <div class="title"><?php echo e(ucwords(get_trans_option('home_featured_category2'))); ?></div> <a href="/categories/<?php echo e(get_trans_option('home_featured_category2')); ?>" class="themeBtn themeBtn--rounded">Shop Now</a> </div> </div> </div> <div class="col-12 col-lg-3 wow fadeInDown" data-wow-delay="250ms"> <div class="category-card"> <div class="category-card__img"> <img src="<?php echo e(get_option('home_featured_category3_image') != '' ? asset('public/uploads/media/'.get_option('home_featured_category3_image')) : asset('/public/theme/saintsaccessories/images/category-img-1.png')); ?>" alt="image" class="imgFluid"> </div> <div class="category-card__content"> <div class="title"><?php echo e(ucwords(get_trans_option('home_featured_category3'))); ?></div> <a href="/categories/<?php echo e(get_trans_option('home_featured_category3')); ?>" class="themeBtn themeBtn--rounded">Shop Now</a> </div> </div> </div> <div class="col-12 col-lg-3 wow fadeInDown" data-wow-delay="250ms"> <div class="category-card"> <div class="category-card__img"> <img src="<?php echo e(get_option('home_featured_category4_image') != '' ? asset('public/uploads/media/'.get_option('home_featured_category4_image')) : asset('/public/theme/saintsaccessories/images/category-img-1.png')); ?>" alt="image" class="imgFluid"> </div> <div class="category-card__content"> <div class="title"><?php echo e(ucwords(get_trans_option('home_featured_category4'))); ?></div> <a href="/categories/<?php echo e(get_trans_option('home_featured_category4')); ?>" class="themeBtn themeBtn--rounded">Shop Now</a> </div> </div> </div> </div> <!-- Verification Popup --> <div class="verificationPopup" id="verifyAge"> <div class="verificationPopup__content"> <img src="<?php echo e(asset('/public/theme/saintsaccessories/images/logo.png')); ?>" alt="logo" class="imgFluid"> <h4>Are you over 21?</h4> <p>Verify your age</p> <ul> <li><a href="javascript:void(0)" id="dismissModal">Yes I am over 21</a></li> <li><a href="https://www.google.com/">No I am Not</a></li> </ul> </div> </div> <?php echo $__env->make('theme.saintsaccessories.components.testimonials', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script> <script> $(".test-slide").slick({ slidesToShow: 1, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, centerMode: true, centerPadding: "350px", dots: false, arrows: false, }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme.saintsaccessories.websiteEcom', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/theme/saintsaccessories/index.blade.php ENDPATH**/ ?>