관리-도구
편집 파일: dd924d9da9ed0740f97110674e71bdf4b365609c.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> <!-- Banner End --> <!-- Gallery Page Us --> <section class="gallery-page mt mb"> <div class="container"> <div class="row"> <!--<div class="col-lg-3 col-md-4 col-sm-6">--> <!-- <div class="album-wrap">--> <!-- <iframe src="https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2F100063662486553%2Fvideos%2F1223574528208191%2F&show_text=false&width=560&t=0" style="border:none;overflow:hidden; width:100%;height:100%;" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share" allowFullScreen="true"></iframe>--> <!-- <h4 style="color: grey;">नेकपा एमालेका क्षेत्र न ४ बाट क एल पि सावा लिम्बूले उमेदवारी घाेषणा</h4>--> <!-- </div>--> <!--</div>--> <?php if(isset($projectVideos)): ?> <?php $__currentLoopData = $projectVideos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $video): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-3 col-md-4 col-sm-6"> <div class="album-wrap"> <iframe width="100%" height="190" src="https://www.youtube.com/embed/<?php echo e($video->embed_link); ?>" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe> <h4 style="color: grey;font-size:14px; font-weight:normal;line-height:18px;"><?php echo e(getLangValue($video->title)); ?></h4> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </div> </div> </section> <!-- Gallery 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/videos.blade.php ENDPATH**/ ?>