Server IP : 23.254.227.96 / Your IP : 216.73.216.46 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/viralblo/instantblog/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('bodyclass'); ?> <body class="d-flex flex-column h-100"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div id="se-pre-con" class="d-flex justify-content-center align-items-center"> <div class="spinner-grow me-1 text-danger" role="status"> <span class="visually-hidden">Loading...</span> </div> <div class="spinner-grow me-1 text-warning" role="status"> <span class="visually-hidden">Loading...</span> </div> <div class="spinner-grow me-1 text-info" role="status"> <span class="visually-hidden">Loading...</span> </div> </div> <div id="maincontent" class="container-fluid mt-5 d-none"> <?php $enmonth = Request::get('month'); $month = Carbon\Carbon::parse($enmonth); ?> <h5 class="text-mode"><?php echo e($month->monthName); ?> <?php echo e($year = Request::get('year')); ?></h5> <hr> <div class="row pt-3"> <div class="grid" data-columns> <?php $__empty_1 = true; $__currentLoopData = $posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_1 = false; ?> <?php echo $__env->make('public.post', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php if(!empty($setting->between_ads)): ?> <?php if( ($key + 1) % 9 == 0 ): ?> <div class="card betads embed-responsive"> <?php echo $setting->between_ads; ?> </div> <?php endif; ?> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_1): ?> <div class="col-md-12"> <h5 class="text-mode"><?php echo app('translator')->get('messages.nopost'); ?></h5> </div> <?php endif; ?> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('extra'); ?> <div class="container-fluid mt-auto"> <hr> <div class="row"> <div class="col-md-12"> <?php echo e($posts->appends(['month' => $enmonth, 'year' => $year])->links()); ?> </div> </div> <footer class="blog-footer"> <?php if(count($pages) > 0): ?> <ul class="list-inline"> <?php $__currentLoopData = $pages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="list-inline-item"> <a class="text-mode" href="<?php echo e(url('/page/' . $page->page_slug)); ?>"><?php echo e($page->page_title); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> <?php if(!empty($setting->footer)): ?> <div class="text-muted"><?php echo clean($setting->footer); ?></div> <?php endif; ?> </footer> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/viralblo/instantblog/resources/views/public/archiveposts.blade.php ENDPATH**/ ?>