[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: 0aa7dd5ece6ced4b885c1317c98697c0.php
<?php $__env->startSection('content'); ?> <!-- Header--> <header class="bg-header"> <div class="container px-5"> <div class="row justify-content-center"> <div class="col-lg-8 col-xxl-6"> <div class="text-center my-5"> <h3 class="wow animate__zoomIn"><?php echo e($page_title); ?></h3> <ul class="list-inline breadcrumbs text-capitalize"> <li class="list-inline-item"><a href="<?php echo e(url('/')); ?>"><?php echo e(_lang('Home')); ?></a></li> <li class="list-inline-item">/ <a href="<?php echo e(url('/features')); ?>"><?php echo e(_lang('Blogs')); ?></a></li> </ul> </div> </div> </div> </div> </header> <!-- Blog preview section--> <section id="blogs"> <div class="container my-3"> <div class="row gx-5 justify-content-center"> <div class="col-lg-8 col-xl-6"> <div class="text-center section-header"> <h3 class="wow animate__zoomIn"><?php echo e(_lang('Blogs')); ?></h3> <h2 class="wow animate__fadeInUp"><?php echo e(isset($pageData->blogs_heading) ? $pageData->blogs_heading : ''); ?></h2> <p class="wow animate__fadeInUp"><?php echo e(isset($pageData->blogs_sub_heading) ? $pageData->blogs_sub_heading : ''); ?></p> </div> </div> </div> <div class="row gx-4"> <?php $__currentLoopData = $blog_posts; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $post): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 mb-5"> <div class="latest-post h-100 wow animate__zoomIn" data-wow-delay=".2s"> <img class="card-img-top" src="<?php echo e(asset('public/uploads/media/'.$post->image)); ?>" alt="<?php echo e($post->translation->title); ?>" /> <div class="post-body p-4"> <p class="post-date"><?php echo e($post->created_at); ?></p> <a class="text-decoration-none" href="<?php echo e(url('/blogs/'.$post->slug)); ?>"> <h4 class="post-title mb-3"><?php echo e($post->translation->title); ?></h4> </a> <a href="<?php echo e(url('/blogs/'.$post->slug)); ?>" class="read-more"><?php echo e(_lang('Read More')); ?> <i class="bi bi-arrow-right"></i></a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <!-- Pagination--> <nav> <?php echo e($blog_posts->links('vendor.pagination.website')); ?> </nav> <!-- End Pagination--> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('website.layouts', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/public_html/resources/views/website/blogs.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.82 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002