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/c717a539877f05fb337de1ef945df3156269dfa6.php
<?php if(isset($newsletter) && $newsletter->enabled): ?>
                            	
                            	<!--Newsletter-->
                                <div class="sidebar-widget widget_newsletter border-radius-10 p-20 bg-white mb-30">
                                    <div class="widget-header widget-header-style-1 position-relative mb-15">
                                        <h5 class="widget-title">Newsletter</h5>
                                    </div>
                                    <div class="newsletter">
                                        <p class="font-medium">Heaven fruitful doesn't over les idays appear creeping</p>
                                        <form target="_blank" action="#" method="post" class="subscribe_form relative mail_part">
                                            <div class="form-newsletter-cover">
                                                <div class="form-newsletter position-relative">
                                                    <input type="email" name="EMAIL" placeholder="Put your email here" required="">
                                                    <button type="submit">
                                                        <i class="ti ti-email"></i>
                                                    </button>
                                                </div>
                                            </div>
                                        </form>
                                    </div>
                                </div>
                                
                                <?php endif; ?>
                                
                    
                               <?php if(isset($trending)): ?>
                                <!--Post aside style 2-->
                                <div class="sidebar-widget mb-30">
                                    <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 $__currentLoopData = $trending; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $trend): $__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/'.$trend->short_url)); ?>">
                                                            <img src="<?php echo e(url('/media/'.$trend->banner_url)); ?>" alt="<?php echo e($trend->title); ?>">
                                                        </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/'.$trend->short_url)); ?>"><?php echo e($trend->title); ?></a></h6>
                                                        
                                                    </div>
                                                </div>
                                            </li>
                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                        </ul>
                                    </div>
                                </div>
                                <?php endif; ?>
                                <?php if(isset($populars)): ?>
                                <div class="sidebar-widget mb-30">
                                    <div class="widget-header mb-30">
                                        <h5 class="widget-title">Most <span>Popular</span></h5>
                                    </div>
                                    <div class="post-aside-style-3">
                                    	<?php $__currentLoopData = $populars; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                            <article class="bg-white border-radius-15 mb-30 p-10 wow fadeIn animated">
                                                <div class="post-thumb d-flex mb-15 border-radius-15 img-hover-scale">
                                                    <a href="<?php echo e(url('/article/'.$article->short_url)); ?>">
                                                        <img class="border-radius-15" src="<?php echo e(url('/media/'.$article->banner_url)); ?>" alt="<?php echo e($article->title); ?>">
                                                    </a>
                                                </div>
                                                <div class="pl-10 pr-10">
                                                    <h5 class="post-title mb-15"><a href="<?php echo e(url('/article/'.$article->short_url)); ?>"><?php echo e($article->title); ?></a></h5>
                                                    <div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase mb-10">
                                                    	
                                                    		<span class="post-in"> <?php echo e($article->description); ?>

                                                            </span>
                                                        
                                                    </div>
                                                </div>
                                            </article>
                                         <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                    </div>
                                </div>
                                <?php endif; ?><?php /**PATH /var/www/hobbyistgarage/resources/views/layouts/_partial/sidebar.blade.php ENDPATH**/ ?>