![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/storage/framework/views/ |
<!-- Footer ==== --> <?php $styleCss = 'style'; ?> <footer class="footer" <?php echo e($styleCss); ?>="background-image:url(<?php echo e('assets/front/images/background/footer.jpg'); ?>);"> <!-- Footer Top --> <div class="footer-top"> <div class="container"> <div class="row justify-content-between"> <div class="col-xl-3 col-lg-3 col-md-6"> <div class="widget widget_info"> <div class="footer-logo d-none"> <a href="<?php echo e(url('/')); ?>"><img src="<?php echo e(asset('assets/image/infycare-logo.png')); ?>" alt=""></a> </div> <div class="ft-contact"> <div class="contact-bx"> <div class="icon"><i class="fas fa-phone-alt"></i></div> <div class="contact-number"> <span><?php echo e(__('messages.contact_us')); ?></span> <h4 class="number"><a href="tel:+<?php echo e(getSettingValue('region_code')); ?> <?php echo e(getSettingValue('contact_no')); ?>">+<?php echo e(getSettingValue('region_code')); ?> <?php echo e(getSettingValue('contact_no')); ?></a> </h4> <h4 class="number"><a href="mailto:<?php echo e(getSettingValue('email')); ?>"><?php echo e(getSettingValue('email')); ?></a> </h4> </div> </div> </div> </div> </div> <div class="col-xl-3 col-lg-3 col-12"> <div class="widget footer_widget ml-50"> <h3 class="footer-title">Quick Links</h3> <ul> <li> <a href="<?php echo e(route('medicalAboutUs')); ?>" class="<?php echo e(Request::is('medical-about-us*') ? 'text-primary' : ''); ?>"><span><?php echo e(__('messages.web.about_us')); ?></span></a> </li> <li><a href="<?php echo e(route('medicalContact')); ?>" class="<?php echo e(Request::is('medical-contact*') ? 'text-primary' : ''); ?>"><span><?php echo e(__('messages.contact_us')); ?></span></a> </li> <li><a href="<?php echo e(route('front.faqs')); ?>" class="<?php echo e(Request::is('front-faqs*') ? 'text-primary' : ''); ?>"><span><?php echo e(__('messages.front_faqs')); ?></span></a> </li> <li> <a href="<?php echo e(route('terms.conditions')); ?>" class="<?php echo e(Request::is('terms-conditions*') ? 'text-primary' : ''); ?>"><span><?php echo e(__('messages.terms_conditions')); ?></span></a> </li> <li><a href="<?php echo e(route('privacy.policy')); ?>" class="<?php echo e(Request::is('privacy-policy*') ? 'text-primary' : ''); ?>"><span><?php echo e(__('messages.privacy_policy')); ?></span></a> </li> </ul> </div> </div> <div class="col-xl-3 col-lg-3 col-md-6"> <div class="widget widget_form"> <h3 class="footer-title"><?php echo e(__('messages.web.subscribe')); ?></h3> <?php echo e(Form::open(['id'=>'subscribeForm', 'route'=> 'subscribe.store' , 'class' => 'subscribe-form subscription-form mb-30'])); ?> <div class="ajax-message"></div> <div class="input-group"> <?php echo e(Form::email('email',null, ['class' => 'form-control','id'=>'email', 'placeholder' => 'Enter Your Email', 'required'])); ?> </div> <?php echo e(Form::button(__('messages.web.subscribe'),['type'=>'submit','class' => 'btn btn-secondary shadow w-100'])); ?> <?php echo e(Form::close()); ?> </div> </div> </div> </div> </div> <!-- footer bottom --> <div class="container"> <div class="footer-bottom"> <div class="row"> <div class="col-12 text-center"> <p class="copyright-text">Copyright © 2021 All Rights Reserved by <a class="text-secondary"><?php echo e(getAppName()); ?></a></p> </div> </div> </div> </div> <!-- footer-shape --> <img class="pt-img1 animate-wave" src="<?php echo e(asset('assets/front/images/shap/wave-blue.png')); ?>" alt=""> <img class="pt-img2 animate1" src="<?php echo e(asset('assets/front/images/shap/circle-dots.png')); ?>" alt=""> <img class="pt-img3 animate-rotate" src="<?php echo e(asset('assets/front/images/shap/plus-blue.png')); ?>" alt=""> <img class="pt-img4 animate-wave" src="<?php echo e(asset('assets/front/images/shap/wave-blue.png')); ?>" alt=""> </footer> <!-- Footer END ==== --> <?php /**PATH /Applications/MAMP/htdocs/InfyProducts/infyCare/resources/views/fronts/layouts/footer.blade.php ENDPATH**/ ?>