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/4fc44cf5f033b52151aeabe872b05a44ad707612.php
<div class="row mb-50">
                    <div class="col-lg-4 col-md-12 col-sm-12">
                        <div class="sidebar-widget">
                            <div class="widget-header mb-30">
                                <h5 class="widget-title">Top <span>Trending</span></h5>
                            </div>
                            <div class="post-aside-style-2">
                                <ul class="list-post">
                                <?php if(isset($trending)): ?>
                                <?php $__currentLoopData = $trending; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <li class="mb-30 wow fadeIn animated">
                                        <div class="d-flex">
                                            <div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
                                                <a class="color-white" href="<?php echo e(url('/article/'.$article->short_url)); ?>">
                                                    <img src="<?php echo e(url('/media/'.$article->banner_url)); ?>" alt="">
                                                </a>
                                            </div>
                                            <div class="post-content media-body">
                                                <h6 class="post-title mb-10 text-limit-2-row"><a href="<?php echo e(url('/article/'.$article->short_url)); ?>"><?php echo e($article->description); ?></a></h6>
                                                
                                            </div>
                                        </div>
                                    </li>
                                 <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                 <?php endif; ?>   
                                </ul>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-12 col-sm-12">
                        <div class="sidebar-widget">
                            <div class="widget-header mb-30">
                                <h5 class="widget-title">Editor <span>Picked</span></h5>
                            </div>
                            <div class="post-aside-style-1 border-radius-10 p-20 bg-white">
                                <ul class="list-post">
                                <?php if(isset($editors)): ?>
                                <?php $__currentLoopData = $editors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <li class="mb-20">
                                        <div class="d-flex">
                                            <div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
                                                <a class="color-white" href="<?php echo e(url('/article/'.$article->short_url)); ?>">
                                                    <img src="<?php echo e(url('/media/'.$article->banner_url)); ?>" alt="">
                                                </a>
                                            </div>
                                            <div class="post-content media-body">
                                                <h6 class="post-title mb-10 text-limit-2-row"><a href="<?php echo e(url('/article/'.$article->short_url)); ?>"><?php echo e($article->description); ?></a></h6>
                                                
                                            </div>
                                        </div>
                                    </li>
                                 <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                 <?php endif; ?>  
                                </ul>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-4 col-md-12 col-sm-12">
                        <div class="sidebar-widget">
                            <div class="widget-header mb-30">
                                <h5 class="widget-title">Most <span>Popular</span></h5>
                            </div>
                            <div class="post-aside-style-2">
                                <ul class="list-post">
                                <?php if(isset($populars)): ?>
                                	<?php $__currentLoopData = $populars; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <li class="mb-30 wow fadeIn   animated" style="visibility: visible; animation-name: fadeIn;">
                                        <div class="d-flex">
                                            <div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
                                                <a class="color-white" href="<?php echo e(url('/article/'.$article->short_url)); ?>">
                                                    <img src="<?php echo e(url('/media/'.$article->banner_url)); ?>" alt="">
                                                </a>
                                            </div>
                                            <div class="post-content media-body">
                                                <h6 class="post-title mb-10 text-limit-2-row"><a href="<?php echo e(url('/article/'.$article->short_url)); ?>"><?php echo e($article->description); ?></a></h6>
                                               
                                            </div>
                                        </div>
                                    </li>
                                    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                  <?php endif; ?>  
                                </ul>
                            </div>
                        </div>
                    </div>
                    
                </div><?php /**PATH /var/www/hobbyistgarage/resources/views/layouts/_partial/bottombar.blade.php ENDPATH**/ ?>