관리-도구
편집 파일: 90c2b350547209273ab28f1492f2919ce3bdf3be.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 --> <section class="banner pt pb" style="background-image: url('<?php echo e(asset(@$data->og_image)); ?>'); background-position: center; background-size: cover;"> <div class="container"> <h1> <?php echo e(getLangValue(@$data->name)); ?> </h1> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="<?php echo e(route ('index')); ?>"><?php echo e(__('index.top.home')); ?></a></li> <li class="breadcrumb-item active" aria-current="page"> <?php echo e(getLangValue(@$data->name)); ?> </li> </ol> </nav> </div> </section> <section class="about-one"> <div class="container"> <div class="row"> <div class="col-xl-6 col-md-6"> <div class="about-one__left"> <div class="about-one__img-box"> <div class="about-one__img"> <?php $__currentLoopData = $members; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $member): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <img src="<?php echo e(asset(@$member->profile_photo)); ?>" alt="<?php echo e(getLangValue($member->name)); ?>"> <div class="author_detail_wrap"> <h3><?php echo e(getLangValue($member->name)); ?></h3> <p><?php echo e(getLangValue($member->position)); ?></p> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> <div class="col-xl-6 col-md-6"> <div class="about-one__right"> <div class="section-title text-left"> <h2 class="section-title__title"><?php echo e(getLangValue($mission_vision->welcome_title)); ?></h2> </div> <div class="about-one__text message_only"> <?php echo getLangValue($mission_vision->welcome_message); ?> </div> <a class="moreless-button" href="javascript:void()">Read more</a> </div> </div> </div> </div> </section> <?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/messages.blade.php ENDPATH**/ ?>