One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
4a442f080527af9443da797f39f093d0e29f9726.php
<?php $emails = !empty($userContact->contact_mails) ? explode(',', $userContact->contact_mails) : []; ?> <footer class="footer-area"> <div class="footer-wrapper-one"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="footer-content text-center"> <span class="sub-title"><?php echo e($keywords['Stay_Connected'] ?? __('Stay Connected')); ?> </span> <?php if(count($emails) > 0): ?> <?php $__currentLoopData = $emails; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $email): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($loop->last): ?> <h5> <a href="mailto: <?php echo e($email); ?>"> <i class="ti-email"></i> <?php echo e($email); ?> </a></h5> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> <?php if(isset($social_medias)): ?> <ul class="social-link"> <?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> </div> </div> </div> </footer> <?php /**PATH /home/business/public_html/resources/views/user-front/partials/footer_twelve.blade.php ENDPATH**/ ?>