관리-도구
편집 파일: 1371d8af0396d96f21f5002a4c0fcb46aa608948.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(@$menuContent->og_image)); ?>'); background-position: center; background-size: cover;"> <div class="container"> <h1> <?php echo e(getLangValue(@$menuContent->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(@$menuContent->name)); ?> </li> </ol> </nav> </div> </section> <section class="about-page mt mb"> <div class="container"> <div class="page-content"> <?php echo $menuContent->content; ?> </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/generalPage.blade.php ENDPATH**/ ?>