HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/storage/framework/views/61b03978414b8b09d766b8ed995ecca35b271fe3.php

<?php $__env->startSection('title'); ?>
    <?php echo e(__('blog.blog')); ?>

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

<?php $__env->startSection('content'); ?>
    <div class="amazy_blog_section section_spacing6">
        <div class="container">
            <div class="row">
                <div class="col-lg-9">
                    <div class="row">
                        
                        <?php if($posts->count() > 0): ?>
                            <?php $__currentLoopData = $posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                <div class="col-lg-4 col-md-6">
                                    <div class="amazy_blog_Widget mb_35 style2">
                                        <a href="<?php echo e(route('blog.single.page',$post->slug)); ?>" class="thumb">
                                            <img src="<?php echo e(isset($post->image_url)? showImage($post->image_url):showImage('backend/img/default.png')); ?>" alt="">
                                        </a>
                                        <div class="blog_content">
                                            <span><?php echo e(date(app('general_setting')->dateFormat->format, strtotime($post->published_at))); ?></span>
                                            <a href="<?php echo e(route('blog.single.page',$post->slug)); ?>">
                                                <h4><?php echo e($post->title); ?></h4>
                                            </a>
                                            <p><?php echo e($post->excerpt); ?></p>
                                            <a href="<?php echo e(route('blog.single.page',$post->slug)); ?>" class="amazy_readMore_link">+ Read more</a>
                                        </div>
                                    </div>
                                </div>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

                            <?php if($posts->lastPage() > 1): ?>
                                <div class="col-12">
                                    <?php if (isset($component)) { $__componentOriginal1f64e456599d6b81c72c2606e4264cad43b02719 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\PaginationComponent::class, ['items' => $posts,'type' => '']); ?>
<?php $component->withName('pagination-component'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php if (isset($__componentOriginal1f64e456599d6b81c72c2606e4264cad43b02719)): ?>
<?php $component = $__componentOriginal1f64e456599d6b81c72c2606e4264cad43b02719; ?>
<?php unset($__componentOriginal1f64e456599d6b81c72c2606e4264cad43b02719); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
                                </div>
                            <?php endif; ?>
                        <?php else: ?>
                            <div class="col-lg-12 col-md-12">
                                <div class="card h-100">
                                    <div class="single-post post-style-1 p-2">
                                    <strong><?php echo e(__('blog.no_post_found')); ?></strong>
                                    </div><!-- single-post -->
                                </div><!-- card -->
                            </div><!-- col-lg-4 col-md-6 -->
                        <?php endif; ?>
                        
                    </div>
                </div>
                <?php echo $__env->make('frontend.amazy.pages.blog.partials._sidebar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            </div>
        </div>
    </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.amazy.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /www/wwwroot/www.shooperm.com/resources/views/frontend/amazy/pages/blog/posts.blade.php ENDPATH**/ ?>