관리-도구
편집 파일: b6f3f47a921771675d444fe184ac72b8be26418b.php
<?php $__env->startSection('meta'); ?> <?php echo $__env->make('frontend.includes.meta', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Banner End --> <!-- About Us Page --> <section class="about-page mt-5"> <div class="container"> <?php if($name!='mission_vision'): ?> <h2 class="page-title mt-5"><?php echo e(getLangValue(@$homeDesign->about_company)); ?></h2> <div class="page-content"> <?php echo getLangValue($setting->aboutus); ?> </div> <?php endif; ?> <h2 class="page-title mt-5"><?php echo e(getLangValue(@$homeDesign->mission_vission)); ?></h2> <div class="page-content"> <?php echo getLangValue($mission_vision->mission_vision); ?> </div> </div> </section> <!-- About Us Page End --> <?php $__env->stopSection(); ?> <?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home2/nepaldsdforg/public_html/resources/views/frontend/aboutus.blade.php ENDPATH**/ ?>