관리-도구
편집 파일: b2ae7e774484a0ebdf589f6bdd2bd8a3fa46bb45.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(@$album->album_cover)); ?>); background-position: center; background-size: cover;"> <div class="container"> <h1><?php echo e($album->album_title['en']); ?></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($album->album_title['en']); ?></li> </ol> </nav> </div> </section> <!-- Banner End --> <!-- Gallery Details --> <section class="gallery-details mt mb"> <div class="container"> <div class="row"> <div class="gallery-details-wrap"> <ul id="lightgallery" class="row"> <?php $__currentLoopData = $album_images; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $images): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="col-lg-3 col-md-4 col-sm-6" data-src="<?php echo e(asset(@$images->album_images)); ?>"> <a href=""> <img src="<?php echo e(asset(@$images->album_images)); ?>" alt="<?php echo e($album->album_title['en']); ?>"> <span><?php echo e(getLangValue($album->album_title)); ?></span> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> </section> <!-- Gallery Details 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/gallery_details.blade.php ENDPATH**/ ?>