⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
b5a91a158e2766d5d06f354c343cda2e263eb778.php
<!--====== Start Footer ======--> <footer class="saas-footer"> <?php if($bs->top_footer_section == 1): ?> <div class="footer-widget pt-145 pb-60"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="widget about-widget"> <a href="<?php echo e(route('front.index')); ?>" class="d-inline-block"><img src="<?php echo e(asset('assets/front/img/' . $bs->footer_logo)); ?>" class="img-fluid" alt=""></a> <p><?php echo e($bs->footer_text); ?></p> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="widget useful-link-widget"> <h4 class="widget-title"><?php echo e($bs->useful_links_title); ?></h4> <?php $ulinks = App\Models\Ulink::where('language_id',$currentLang->id)->orderby('id','desc')->get(); ?> <ul class="widget-link"> <?php $__currentLoopData = $ulinks; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $ulink): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="<?php echo e($ulink->url); ?>"><?php echo e($ulink->name); ?></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="col-lg-4 col-md-6 col-sm-12"> <div class="widget newsletter-widget"> <h4 class="widget-title"><?php echo e($bs->newsletter_title); ?></h4> <p><?php echo e($bs->newsletter_subtitle); ?></p> <form id="footerSubscriber" action="<?php echo e(route('front.subscribe')); ?>" method="POST" class="subscribeForm"> <?php echo csrf_field(); ?> <div class="form_gorup"> <input type="email" class="form_control" placeholder="<?php echo e(__('Enter Your Email')); ?>" name="email"> <button class="newsletter-btn" type="submit"><i class="fas fa-angle-right"></i></button> </div> <p id="erremail" class="text-danger mb-0 err-email"></p> </form> <ul class="social-link"> <?php $__currentLoopData = $socials; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $social): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="<?php echo e($social->url); ?>" class="facebook"><i class="<?php echo e($social->icon); ?>"></i></a></li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> </div> </div> <?php endif; ?> <?php if($bs->copyright_section == 1): ?> <div class="copyright-area"> <div class="container"> <div class="col-lg-12"> <div class="copyright-text text-center"> <?php if($bs->copyright_section ==1): ?> <p class="copyright summernote-content"><?php echo replaceBaseUrl($bs->copyright_text); ?></p> <?php endif; ?> </div> </div> </div> </div> <?php endif; ?> </footer><!--====== End Footer ======--><?php /**PATH /Users/samiulalimpratik/Sites/profilex/profilex/resources/views/front/partials/footer.blade.php ENDPATH**/ ?>