HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/public_html/core/storage/framework/views/55a72c1ce68badaa35cea5b4de62eba9.php
<div class="live-news-blog-area">
    <div class="live-news-blog-wrapper">
        <div class="section-header white">
            <h3 class="section-title">
                <a href="<?php echo e(route('videos')); ?>">
                    <?php echo app('translator')->get('Video'); ?> <i class="las la-angle-double-right"></i>
                </a>
            </h3>
        </div>
        <div class="row justify-content-center">
            <div class="col-xl-6 col-lg-6 mb-20-none">
                <div class="live-news-blog">
                    <iframe width="100%" height="405px" src="<?php echo e(gs('live_news_link')); ?>" frameborder="0"
                        allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
                        allowfullscreen></iframe>
                </div>
            </div>
            <div class="col-xl-6 col-lg-6 mb-20-none">
                <div class="row justify-content-center">
                    <?php $__empty_1 = true; $__currentLoopData = $fourVideos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $video): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                        <div class="col-sm-6 mb-20">
                            <div class="live-news-blog">
                                <iframe width="100%" height="190px" src="<?php echo e($video->video_link); ?>" frameborder="0"
                                    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
                                    allowfullscreen></iframe>
                            </div>
                        </div>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
                    <?php endif; ?>
                </div>
            </div>
        </div>
    </div>
</div>
<?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/partials/live_news.blade.php ENDPATH**/ ?>