관리-도구
편집 파일: 6f22bbfc786182c0618a7bff4ede273cea0c51b0.php
<?php $content = content('contact.content'); $contentlink = content('footer.content'); $footersociallink = element('footer.element'); ?> <footer class="footer-section"> <div class="footer-top"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-5 text-center"> <a href="<?php echo e(route('home')); ?>"> <img class="footer-logo" src="<?php echo e(getFile('logo', $general->logo)); ?>" alt="image"> </a> <p class="mt-4"><?php echo e(__($contentlink->data->footer_short_description)); ?></p> <ul class="footer-social-links justify-content-center mt-4 mb-0"> <?php $__empty_2 = true; $__currentLoopData = $footersociallink; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); $__empty_2 = false; ?> <li> <a href="<?php echo e(__($item->data->social_link)); ?>" target="_blank" class="twitter" aria-label="Social media link"><i class="<?php echo e($item->data->social_icon); ?>"></i></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); if ($__empty_2): ?> <?php endif; ?> </ul> </div> </div> </div> </div> <div class="footer-middle"> <div class="container"> <div class="row gy-5"> <div class="col-lg-2 col-md-4 col-sm-6"> <div class="footer-box"> <h4 class="title"><?php echo e(__('COMPANY INFO')); ?></h4> <ul class="footer-link-list"> <?php $__currentLoopData = getMenus('company'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="<?php echo e(route('pages', $menu->page->slug)); ?>"><?php echo e(__($menu->page->name)); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="col-lg-3 col-md-4 col-sm-6"> <div class="footer-box"> <h4 class="title"><?php echo e(__('QUICK LINKS')); ?></h4> <ul class="footer-link-list"> <?php $__currentLoopData = getMenus('quick_link'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li><a href="<?php echo e(route('pages', $menu->page->slug)); ?>"><?php echo e(__($menu->page->name)); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> <div class="col-lg-4"> <div class="footer-box"> <h4 class="title"><?php echo e(__('GET IN TOUCH')); ?></h4> <p class="mb-0 footer-text-muted"><?php echo e(__($content->data->location)); ?></p> <ul class="footer-info-list mt-4"> <li> <span class="caption"><i class="bi bi-telephone-fill"></i></span> <span class="description"><?php echo e(__($content->data->phone)); ?></span> </li> <li class="mt-3"> <span class="caption"><i class="bi bi-envelope-fill"></i></span> <span class="description"><?php echo e(__($content->data->email)); ?></span> </li> </ul> </div> </div> <div class="col-lg-3 col-md-4"> <div class="footer-box"> <h4 class="title"><?php echo e(__('NEWSLETTER')); ?></h4> <form class="subscribe-form" id="subscribe"> <div class="subscribe-field"> <input type="email" name="email" class="form-control subscribe-email" placeholder="Your email"> <i class="bi bi-envelope"></i> </div> <button type="submit"><?php echo e(__('Subscribe')); ?></button> </form> </div> </div> </div> <?= clean($contentlink->data->footer_details) ?> </div> </div> <div class="footer-bottom"> <div class="container"> <p class="text-center mb-0 text-white"> <?php if($general->copyright): ?> <?php echo e(__($general->copyright)); ?> <?php endif; ?> </p> </div> </div> <img src="<?php echo e(getFile('footer', $contentlink->data->map_image)); ?>" alt="image" class="footer-section-bg-img"> </footer> <?php /**PATH /home/inprosysltd/public_html/cityscape.inprosysltd.com/core/resources/views/frontend/layout/footer.blade.php ENDPATH**/ ?>