관리-도구
편집 파일: 4307bbdb2db81aac8763df768b7832b2f11aa028.php
<?php $__env->startSection('content'); ?> <!-- About banner Section start --> <section class="about-banner"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="about-banner-txt"> <h2><?php echo e(get_trans_option('aboutpg_title')); ?></h2> <p><?php echo e(get_trans_option('aboutpg_subtitle')); ?></p> </div> </div> </div> </div> </section> <!-- About banner Section End --> <!-- Customer Globaly Secton Start --> <section class="customer-globaly"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="customer-glo-txt"> <h3><?php echo e(get_trans_option('sec2webeen_title')); ?></h3> <p><?php echo e(get_trans_option('sec2webeen_subtitle')); ?></p> </div> </div> <div class="col-lg-6"> <div class="accordion"> <div class="quest-section"> <a class="quest-title active1" href="#accordion-1"><?php echo e(get_trans_option('sec2webeen_quest1')); ?></a> <div id="accordion-1" class="quest-content"> <p><?php echo e(get_trans_option('sec2webeen_answer1')); ?></p> </div> </div> <div class="quest-section"> <a class="quest-title" href="#accordion-2"><?php echo e(get_trans_option('sec2webeen_quest2')); ?></a> <div id="accordion-2" class="quest-content"> <p><?php echo get_trans_option('sec2webeen_answer2'); ?></p> </div> </div> <div class="quest-section"> <a class="quest-title" href="#accordion-3"><?php echo e(get_trans_option('sec2webeen_quest3')); ?></a> <div id="accordion-3" class="quest-content"> <p><?php echo get_trans_option('sec2webeen_answer3'); ?></p> </div> </div> </div> </div> </div> </div> </section> <!-- Customer Globaly Secton End --> <!-- Million Banner Secton Start --> <section class="million-banner"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="million-img"> <img src="<?php echo e(get_option('abtpg_img1') != '' ? asset('public/uploads/media/'.get_option('abtpg_img1')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> </div> </div> <div class="col-lg-4"> <div class="jot-txt"> <h3><?php echo e(get_trans_option('sec2abtpgpopboxtitle1')); ?></h3> <p><?php echo e(get_trans_option('sec2abtpgpopboxsubtitle1')); ?></p> </div> </div> <div class="col-lg-4"> <div class="jot-txt"> <h3><?php echo e(get_trans_option('sec2abtpgpopboxtitle2')); ?></h3> <p><?php echo e(get_trans_option('sec2abtpgpopboxsubtitle2')); ?></p> </div> </div> <div class="col-lg-4"> <div class="jot-txt"> <h3><?php echo e(get_trans_option('sec2abtpgpopboxtitle3')); ?></h3> <p><?php echo e(get_trans_option('sec2abtpgpopboxsubtitle3')); ?></p> </div> </div> </div> </div> </section> <!-- Million Banner Secton End --> <!-- Talented Expert Section Start --> <section class="talented-expert"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="get-over"> <img src="<?php echo e(get_option('abtpg_img2') != '' ? asset('public/uploads/media/'.get_option('abtpg_img2')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> </div> </div> <div class="col-lg-6"> <div class="get-over-txt"> <h4><?php echo get_trans_option('talenttitlesec'); ?></h4> <?php echo get_trans_option('talentcontent'); ?> <a href="<?php echo e(get_trans_option('talenttitlesecbtnlink')); ?>"><?php echo e(get_trans_option('talenttitlesecbtntxt')); ?></a> </div> </div> </div> </div> </section> <!-- Talented Expert Section End --> <!-- How it’s works Section Start --> <section class="how-work"> <div class="how-work-txt"> <h2><?php echo e(get_trans_option('howworktitle')); ?></h2> <p><?php echo get_trans_option('howworkcontent'); ?> </p> </div> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="work-variety"> <img src="<?php echo e(get_option('howboximg1') != '' ? asset('public/uploads/media/'.get_option('howboximg1')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> <h3><?php echo e(get_trans_option('howworkboxtitle1')); ?></h3> <p><?php echo get_trans_option('howworkcontent1'); ?></p> </div> </div> <div class="col-lg-4"> <div class="work-variety"> <img src="<?php echo e(get_option('howboximg2') != '' ? asset('public/uploads/media/'.get_option('howboximg2')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> <h3><?php echo e(get_trans_option('howworkboxtitle2')); ?></h3> <p><?php echo get_trans_option('howworkcontent2'); ?></p> </div> </div> <div class="col-lg-4"> <div class="work-variety"> <img src="<?php echo e(get_option('howboximg3') != '' ? asset('public/uploads/media/'.get_option('howboximg3')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> <h3><?php echo e(get_trans_option('howworkboxtitle3')); ?></h3> <p><?php echo get_trans_option('howworkcontent3'); ?></p> </div> </div> </div> </div> </section> <!-- How it’s works Section End --> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme.saintsaccessories.websiteEcom', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/customdevdevopdi/findjobs.customdev.devopdigital.com/resources/views/theme/saintsaccessories/about.blade.php ENDPATH**/ ?>