HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/www/hobbyistgarage/storage/framework/views/1cb81cccc878983772c9fc01846d213d98292f57.php
<?php $__env->startSection('title', 'Videos'); ?>

<?php $__env->startSection('content'); ?>

<!-- Start page content -->
        <section id="page-content" class="page-wrapper">
            

            
            <div class="zm-section bg-white pt-10 pb-40">
                <div class="container">
                	<div class="row mb-40">
                        <div class="col-md-12 col-sm-12 col-lg-12 col-xs-12">
                            <div class="section-title">
                                <h2 class="h6 header-color inline-block uppercase">Video Posts</h2>
                            </div>
                        </div>
                    </div>
                    <div class="row">
                        <div class="zm-video-post-list zm-posts clearfix">
                            <?php if(isset($videos)): ?>
                            <?php $__currentLoopData = $videos; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <!-- Start single video post [video layout A] -->
                            <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
                                <div class="zm-video-post zm-video-lay-a zm-single-post">
                                    <div class="zm-video-thumb"  data-dark-overlay="2.5" >
                                        <img src="<?php echo e(url('/media/'.$article->banner_url)); ?>" alt="video">
                                        <a class="video-activetor" href="<?php echo e($article->video_url); ?>">
                                            <i class="fa fa-play-circle-o"></i>
                                        </a>
                                    </div>
                                    <div class="zm-video-info text-white">
                                        <h2 class="zm-post-title"><a href="<?php echo e(url('/article/'.$article->short_url)); ?>"><?php echo e($article->title); ?></a></h2>
                                        <div class="zm-post-meta">
                                            <ul>
                                                <li class="s-meta"><a href="<?php echo e(url('/article/'.$article->short_url)); ?>" class="zm-date"><?php echo e(date("l, F d, Y", strtotime($article->published_at))); ?></a></li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <!-- End single video post [video layout A] -->
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            <?php endif; ?>
                        </div>
                    </div>
                    <!-- Start pagination area -->
                    <div class="row hidden-xs">
                        <div class="zm-pagination-wrap mt-70">
                            <div class="container">
                                <div class="row">
                                    <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
                                            <?php if(isset($articles) && $articles->hasPages()): ?>
                                            	<?php echo e($articles->links('vendor.pagination.bootstrap-4')); ?>

                                            <?php endif; ?>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    <!-- End pagination area -->
                    <!-- Start Advertisement -->
                    <div class="advertisement">
                        <div class="row mt-40">
                            <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
                                <?php if(isset($ad) && count($ad) >0 ): ?>
                                	<?php echo $ad->last()->ad; ?>

                                <?php endif; ?>
                            </div>
                        </div>
                    </div>
                    <!-- End Advertisement -->
                </div>
            </div>
        </section>
        <!-- End page content -->
<?php $__env->stopSection(); ?>
<?php echo $__env->make('znews.layout.blog', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/hobbyistgarage/resources/views/videos/index.blade.php ENDPATH**/ ?>