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/1b5cda70a417fb665b9e5bae9efe80e494276b0f.php
<?php $__env->startSection('title'); ?>
	<?php echo e($author->name); ?>

<?php $__env->stopSection(); ?>

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

    
            
<?php $__env->stopSection(); ?>


<?php $__env->startSection('content'); ?>
<div class="row mb-50">
    <div class="col-lg-2 d-none d-lg-block"></div>
                    <!-- main content -->
                    <div class="col-lg-8 col-md-12">
                        <div class="author-bio border-radius-10 bg-white p-30 mb-50">
                            <div class="author-image mb-30">
                                <a href="#"><img src="<?php echo e(url('/media/author/'.$author->avatar)); ?>" alt="" class="avatar"></a></div>
                            <div class="author-info">
                                <h3><span class="vcard author"><span class="fn"><a href="#" title="Posts by <?php echo e($author->name); ?>" rel="author"><?php echo e($author->name); ?></a></span></span></h3>
                               
                                <div class="author-description"><?php echo e($author->bio); ?></div>
                                <a href="#" class="author-bio-link text-muted"><span class="mr-5 font-x-small"></span>Follow This Author</a>
                                <div class="author-social">
                                    <ul class="author-social-icons">
                                     	<?php if(!empty($author->facebook)): ?><li class="author-social-link-facebook"><a href="<?php echo e($author->facebook); ?>" target="_blank"><i class="ti-facebook"></i></a></li><?php endif; ?>
                                        <?php if(!empty($author->twitter)): ?><li class="author-social-link-twitter"><a href="<?php echo e($author->twitter); ?>" target="_blank"><i class="ti-twitter-alt"></i></a></li><?php endif; ?>
                                        <?php if(!empty($author->instagram)): ?><li class="author-social-link-instagram"><a href="<?php echo e($author->instagram); ?>" target="_blank"><i class="ti-instagram"></i></a></li><?php endif; ?>
                                    </ul>
                                </div>
                            </div>
                        </div>
                        <h2>All posts by <?php echo e($author->name); ?></h2>
                        <hr class="wp-block-separator is-style-wide">
                        <div class="latest-post mb-50">
                            <div class="loop-list-style-1">
                                 <?php if(isset($articles)): ?>
                    
                                    <?php $__currentLoopData = $articles; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $article): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    	
                                            <article class="p-10 background-white border-radius-10 mb-30 wow fadeIn animated">
                                                <div class="d-md-flex d-block">
                                                    <div class="post-thumb post-thumb-big d-flex mr-15 border-radius-15 img-hover-scale">
                                                        <a class="color-white" href="<?php echo e(url('article/'.$article->short_url)); ?>">
                                                            <img class="border-radius-15" src="<?php echo e(url('/media/'.$article->banner_url )); ?>" alt="">
                                                        </a>
                                                    </div>
                                                    <div class="post-content media-body">
                                                        <div class="entry-meta mb-15 mt-10">
                                                            <?php $__currentLoopData = $article->categories; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                            	<?php if(is_object($category)): ?>
                                                               	 	<a class="entry-meta meta-0" href="<?php echo e(url('/category/'.$category->short_url)); ?>"><span class="post-in background2 text-primary font-x-small"><?php echo e($category->name); ?></span></a>
                                                            	<?php endif; ?>
                                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                        </div>
                                                        <h5 class="post-title mb-15 text-limit-2-row">
                                                           
                                                            <a href="<?php echo e(url('article/'.$article->short_url)); ?>"><?php echo e($article->title); ?></a></h5>
                                                        <p class="post-exerpt font-medium text-muted mb-30 d-none d-lg-block"><?php echo e($article->description); ?></p>
                                                        
                                                    </div>
                                                </div>
                                            </article>
                                    
                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                        <?php endif; ?>
                            </div>
                        </div>
                        <?php if(isset($articles) && $articles->hasPages()): ?>
                
                        <div class="pagination-area mb-30">
                        	<?php echo e($articles->links('vendor.pagination.bootstrap-4')); ?>

                        </div>
                <?php endif; ?>
                    </div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.blognocolumns', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/hobbyistgarage/resources/views/author/show.blade.php ENDPATH**/ ?>