Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/storage/framework/views/5aa16456b0fe2bca46db2dd78895af25.php
Назад
<?php $__env->startSection('title', 'Destinations'); ?> <?php $__env->startSection('content'); ?> <section class="destinations-sec-bg"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-12"> <div class="destinations-content"> <h1>Destinations</h1> <div class="boxes-grid"> <?php $__currentLoopData = $destinations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $destination): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="boxes-grid-content"> <img src="<?php echo e($destination->getFirstMediaUrl('featured_image')); ?>" alt="image" class="img-fluid" /> <div class="boxes-grid-text"> <h4><?php echo e($destination->title); ?></h4> <a href="<?php echo e(route('destination.detail', $destination->slug)); ?>">View more</a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> </div> </div> </section> <!-- DESTINATIONS SECTION END --> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layouts.master', ['is_travel_agent' => false], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/front/destination/index.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка