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/www/core/storage/framework/views/7fc1a6f0a20d5d2dd321f9cf412e4d6e.php
<?php $__env->startSection('content'); ?>
    <section class="all-sections pt-20 pb-60">
        <div class="container">
            <div class="row justify-content-center mb-30-none">
                <div class="col-xl-6 col-lg-6 mb-30">
                    <div class="main-content news-category-content-area">
                        <div class="news-banner-area">
                            <div class="news-banner-wrapper">
                                <div class="row justify-content-center mb-30-none">
                                    <div class="col-xl-12 mb-30">
                                        <div class="news-video-area">
                                            <div class="live-news-blog">
                                                <iframe width="100%" height="400px" src="<?php echo e(gs('live_news_link')); ?>"
                                                    frameborder="0"
                                                    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
                                                    allowfullscreen></iframe>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-xl-6 col-lg-6 ps-0 mb-30">
                    <div class="news-video-content-wrapper">
                        <?php echo app('translator')->get('Live Stream'); ?> <i class="las la-angle-double-right"></i>
                        <h2 class="title"><?php echo e(__(@gs('live_news_title'))); ?></h2>
                        <p><?php echo e(__(@gs('live_news_description'))); ?></p>
                    </div>
                </div>
            </div>
            <div class="news-blog-area pt-4 mt-30">
                <div class="row justify-content-center mb-30-none">
                    <?php $__empty_1 = true; $__currentLoopData = $videos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $video): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?>
                        <div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 mb-30">
                            <div class="news-blog-item">
                                <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>
                        </div>
                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?>
                    <?php endif; ?>
                    <?php echo e($videos->links()); ?>

                </div>
            </div>
        </div>
    </section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make($activeTemplate . 'layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bdedition/public_html/core/resources/views/templates/basic/videos.blade.php ENDPATH**/ ?>