⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
www
/
new
/
storage
/
framework
/
views
/
View File Name :
7e590b02b03cf6319e6bbe7c4a885f84e013f059.php
<!-- Footer Start --> <footer> <div class="container"> <?php if(isset($home_sections->top_footer_section) && $home_sections->top_footer_section == 1): ?> <div class="footer-top"> <div class="row"> <div class="col-lg-4 col-md-6"> <div class="widget footer-widget"> <?php if(isset($userFooterData->logo)): ?> <div class="footer-logo"> <img class="lazy" data-src="<?php echo e(asset('assets/front/img/user/footer/' . $userFooterData->logo)); ?>" alt="footer logo"> </div> <?php endif; ?> <?php if(!empty($userFooterData->about_company)): ?> <p><?php echo replaceBaseUrl($userFooterData->about_company) ?? null; ?></p> <?php endif; ?> <?php if(isset($social_medias)): ?> <ul class="social-icons"> <?php $__currentLoopData = $social_medias; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social_media): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e($social_media->url); ?>"> <i class="<?php echo e($social_media->icon); ?>"></i> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> </div> </div> <?php if(count($userFooterQuickLinks) > 0): ?> <div class="col-lg-4 col-md-6"> <div class="widget footer-widget"> <h4 class="widget-title"><?php echo e($keywords['Quick_Links'] ?? 'Quick Links'); ?></h4> <ul class="nav-widget clearfix"> <?php $__currentLoopData = $userFooterQuickLinks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $quickLinkInfo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e($quickLinkInfo->url); ?>"> <?php echo e(convertUtf8($quickLinkInfo->title)); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php endif; ?> <?php if(count($userFooterRecentBlogs) > 0): ?> <div class="col-lg-4"> <div class="widget footer-widget"> <h4 class="widget-title"><?php echo e($keywords['Recent_Blogs'] ?? __('Recent Blogs')); ?></h4> <ul class="recent-post"> <?php $__currentLoopData = $userFooterRecentBlogs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $footerBlogInfo): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <h6> <a href="<?php echo e(route('front.user.blog.detail', [getParam(), $footerBlogInfo->slug, $footerBlogInfo->id])); ?>"> <?php echo e(strlen($footerBlogInfo->title) > 40 ? mb_substr($footerBlogInfo->title, 0, 40, 'UTF-8') . '...' : $footerBlogInfo->title); ?> </a> </h6> <span class="recent-post-date"><?php echo e(date_format($footerBlogInfo->created_at, 'F d, Y')); ?></span> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <?php endif; ?> </div> </div> <?php endif; ?> <?php if(isset($home_sections->copyright_section) && $home_sections->copyright_section == 1): ?> <div class="footer-bottom"> <div class="row text-center"> <div class="col-md-12"> <p class="copy-right text-center"> <p><?php echo replaceBaseUrl($userFooterData->copyright_text ?? null); ?></p> </div> </div> </div> <?php endif; ?> </div> </footer> <!-- Footer End --> <?php /**PATH /home/eplangoweb/public_html/resources/views/user-front/partials/footer_nine.blade.php ENDPATH**/ ?>