관리-도구
편집 파일: ed0452cacad9783b45d09d80cdfaa9b55d637745.php
<!-- Start Shop Services Area --> <section class="shop-services section <?php echo e(get_option('enable_newsletter') != 1 ? 'mb-5' : ''); ?>"> <div class="container"> <div class="row"> <div class="col-lg-3 col-md-6 col-12"> <!-- Start Single Service --> <div class="single-service"> <?php echo xss_clean(get_option('service_1_icon')); ?> <h4><?php echo e(get_trans_option('service_1_title')); ?></h4> <p><?php echo e(get_trans_option('service_1_sub_title')); ?></p> </div> <!-- End Single Service --> </div> <div class="col-lg-3 col-md-6 col-12"> <!-- Start Single Service --> <div class="single-service"> <?php echo xss_clean(get_option('service_2_icon')); ?> <h4><?php echo e(get_trans_option('service_2_title')); ?></h4> <p><?php echo e(get_trans_option('service_2_sub_title')); ?></p> </div> <!-- End Single Service --> </div> <div class="col-lg-3 col-md-6 col-12"> <!-- Start Single Service --> <div class="single-service"> <?php echo xss_clean(get_option('service_3_icon')); ?> <h4><?php echo e(get_trans_option('service_3_title')); ?></h4> <p><?php echo e(get_trans_option('service_3_sub_title')); ?></p> </div> <!-- End Single Service --> </div> <div class="col-lg-3 col-md-6 col-12"> <!-- Start Single Service --> <div class="single-service"> <?php echo xss_clean(get_option('service_4_icon')); ?> <h4><?php echo e(get_trans_option('service_4_title')); ?></h4> <p><?php echo e(get_trans_option('service_4_sub_title')); ?></p> </div> <!-- End Single Service --> </div> </div> </div> </section> <!-- End Shop Newsletter --> <?php if(get_option('enable_newsletter') == 1): ?> <!-- Start Shop Newsletter --> <section class="shop-newsletter section"> <div class="container"> <div class="inner-top"> <div class="row"> <div class="col-lg-8 offset-lg-2 col-12"> <?php if(\Session::has('success')): ?> <div class="alert alert-success mt-4"> <a href="#" class="close" data-dismiss="alert" aria-label="close">×</a> <span><?php echo e(session('success')); ?></span> </div> <?php endif; ?> <?php if(\Session::has('error')): ?> <div class="alert alert-danger mt-4"> <a href="#" class="close" data-dismiss="alert" aria-label="close">×</a> <span><?php echo e(session('error')); ?></span> </div> <?php endif; ?> <!-- Start Newsletter Inner --> <div class="inner"> <h4><?php echo e(_lang('Newsletter')); ?></h4> <p><?php echo e(get_trans_option('Newsletter_title')); ?></p> <form action="<?php echo e(url('/subscribe_newsletter')); ?>" method="post" class="newsletter-inner"> <?php echo csrf_field(); ?> <input type="email" name="email" placeholder="<?php echo e(_lang('Your email address')); ?>" value="<?php echo e(old('email')); ?>" required> <button class="btn"><?php echo e(_lang('Subscribe')); ?></button> </form> </div> <!-- End Newsletter Inner --> </div> </div> </div> </div> </section> <!-- End Shop Newsletter --> <?php endif; ?><?php /**PATH /home/customamgdigital/saintsaccessories.custom.amgdigitalagency.com/resources/views/theme/saintsaccessories/components/services.blade.php ENDPATH**/ ?>