PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 5da5e4f7d817561bc20a189199857011.php
<!-- Footer --> <!-- Subscribe Section --> <section class="py-16 bg-gradient-to-br from-primary-600 to-accent-600 text-white" <?php if(checkFrontLanguageSession() == 'ar'): ?> dir="rtl" <?php endif; ?>> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="max-w-3xl mx-auto text-center"> <h2 class="text-3xl font-bold mb-4"><?php echo e(__('messages.Subscribe_Our_Newsletter')); ?></h2> <p class="text-lg opacity-90 mb-8"> <?php echo e(__('messages.Receive_latest_news_update_and_many_other_things_every_week')); ?> <form action="<?php echo e(route('email.sub')); ?>" method="post" id="addEmail"> <?php echo csrf_field(); ?> <div class="email flex flex-col sm:flex-row gap-3 max-w-md mx-auto"> <input type="email" name="email" class="flex-grow px-4 py-3 rounded-lg focus:outline-none focus:ring-2 focus:ring-white text-gray-800" placeholder="<?php echo e(__('messages.front.enter_your_email')); ?>" required> <div class=" subscribe-btn text-sm-end text-center mt-sm-0 mt-4"> <button type="submit" class="px-6 py-3 bg-white text-primary-600 font-medium rounded-lg text-white bg-gradient-to-r from-primary-500 to-accent-500 hover:from-primary-600 hover:to-accent-600 shadow-lg transition-all duration-300 hover:shadow-primary-900/30 hover:scale-105 font-medium"><?php echo e(__('messages.subscribe')); ?></button> </div> </div> </form> <p class="text-sm opacity-80 mt-4"><?php echo e(__('messages.theme3.we_respect_privacy')); ?></p> </div> </div> </section> <footer class="bg-secondary-900 text-white py-8" <?php if(checkFrontLanguageSession() == 'ar'): ?> dir="rtl" <?php endif; ?>> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex flex-col md:flex-row justify-between items-center mb-6"> <div class="flex items-center mb-6 md:mb-0"> <div class="h-8 w-8 rounded-lg bg-gradient-to-br from-primary-500 to-accent-500 flex items-center justify-center text-white shadow-md mr-2 <?php if(checkFrontLanguageSession() == 'ar'): ?> ml-2 mr-0 <?php endif; ?>"> <img src="<?php echo e(getLogoUrl()); ?>" alt="company-logo" class="w-7 h-7" /> </div> <span class="text-xl font-bold bg-gradient-to-r from-primary-400 via-accent-400 to-teal-400 bg-clip-text text-transparent"> <?php echo e(getAppName()); ?></span> </div> <div class="flex gap-y-2 gap-x-4 flex-wrap <?php if(checkFrontLanguageSession() == 'ar'): ?> space-x-reverse <?php endif; ?>"> <?php if(isset($setting['website_link']) && !empty($setting['website_link'])): ?> <a class="w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['website_link']); ?>"><i class="fas fa-globe"></i></a> <?php endif; ?> <?php if(isset($setting['twitter_link']) && !empty($setting['twitter_link'])): ?> <a class="twitter w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['twitter_link']); ?>"> <svg class="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="19px" height="19px"> <path fill="white" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /> </svg> </a> <?php endif; ?> <?php if(isset($setting['facebook_link']) && !empty($setting['facebook_link'])): ?> <a class="facebook w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['facebook_link']); ?>"><i class="fab fa-facebook-square"></i></a> <?php endif; ?> <?php if(isset($setting['instagram_link']) && !empty($setting['instagram_link'])): ?> <a class="instagram w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['instagram_link']); ?>"><i class="fab fa-instagram"></i></a> <?php endif; ?> <?php if(isset($setting['youtube_link']) && !empty($setting['youtube_link'])): ?> <a class="youtube w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['youtube_link']); ?>"><i class="fab fa-youtube"></i></a> <?php endif; ?> <?php if(isset($setting['tumbir_link']) && !empty($setting['tumbir_link'])): ?> <a class="tumblr w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['tumbir_link']); ?>"><i class="fab fa-tumblr-square"></i></a> <?php endif; ?> <?php if(isset($setting['reddit_link']) && !empty($setting['reddit_link'])): ?> <a class="reddit w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['reddit_link']); ?>"><i class="fab fa-reddit-alien"></i></a> <?php endif; ?> <?php if(isset($setting['linkedin_link']) && !empty($setting['linkedin_link'])): ?> <a class="linkedin w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['linkedin_link']); ?>"><i class="fab fa-linkedin"></i></a> <?php endif; ?> <?php if(isset($setting['whatsapp_link']) && !empty($setting['whatsapp_link'])): ?> <a class="whatsapp w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['whatsapp_link']); ?>"><i class="fab fa-whatsapp"></i></a> <?php endif; ?> <?php if(isset($setting['pinterest_link']) && !empty($setting['pinterest_link'])): ?> <a class="pinterest w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['pinterest_link']); ?>"><i class="fab fa-pinterest"></i></a> <?php endif; ?> <?php if(isset($setting['tiktok_link']) && !empty($setting['tiktok_link'])): ?> <a class="tiktok w-8 h-8 rounded-full bg-secondary-800 flex items-center justify-center text-gray-300 hover:text-white hover:bg-secondary-700 transition-colors" href="<?php echo e($setting['tiktok_link']); ?>"><i class="fab fa-tiktok"></i></a> <?php endif; ?> </div> </div> <div class="border-t border-gray-800 pt-4"> <div class="flex flex-col md:flex-row justify-between items-center"> <p class="text-gray-400 text-xs mb-4 md:mb-0">© <?php echo e(\Carbon\Carbon::now()->year); ?> <?php echo e(getAppName()); ?>. <?php echo e(__('messages.theme3.all_rights_reserved')); ?></p> <div class="flex space-x-6"> <a href="<?php echo e(route('terms.conditions')); ?>" class="text-gray-400 hover:text-white text-xs transition duration-150 <?php if(checkFrontLanguageSession() == 'ar'): ?> ms-4 <?php endif; ?>"><?php echo e(__('messages.vcard.term_condition')); ?></a> <a href="<?php echo e(route('privacy.policy')); ?>" class="text-gray-400 hover:text-white text-xs transition duration-150"><?php echo e(__('messages.vcard.privacy_policy')); ?></a> <a href="<?php echo e(route('refund.cancellation.policy')); ?>" class="text-gray-400 hover:text-white text-xs transition duration-150"><?php echo e(__('messages.vcard.refund_cancellation_policy')); ?></a> <a href="<?php echo e(route('shipping.delivery.policy')); ?>" class="text-gray-400 hover:text-white text-xs transition duration-150"><?php echo e(__('messages.vcard.shipping_delivery_policy')); ?></a> <a href="<?php echo e(route('imprint.policy')); ?>" class="text-gray-400 hover:text-white text-xs transition duration-150"><?php echo e(__('messages.vcard.imprint_policy')); ?></a> </div> </div> </div> </div> </footer> <!--support banner --> <?php if(isset($setting['banner_enable']) && $setting['banner_enable'] == 1): ?> <section class="flex justify-center" <?php if(checkFrontLanguageSession() == 'ar'): ?> dir="rtl" <?php endif; ?>> <div class="banner-section banner-cookie d-none flex justify-center py-16 bg-gradient-to-br from-primary-600 to-accent-600 text-white rounded-2xl p-10 max-w-7xl mx-auto text-center"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class=" mx-auto text-center"> <h2 class="text-3xl font-bold mb-4"><?php echo e($setting['banner_title']); ?></h2> <p class="text-lg opacity-90 mb-8 front-banner-des"> <?php echo e($setting['banner_description']); ?> <div class="text-center pt-2"> <a href="<?php echo e($setting['banner_url']); ?>" class="px-6 py-3 bg-white text-primary-600 font-medium rounded-lg text-white bg-gradient-to-r from-primary-500 to-accent-500 hover:from-primary-600 hover:to-accent-600 shadow-lg transition-all duration-300 hover:shadow-primary-900/30 hover:scale-105 font-medium act-now " target="blank" data-turbo="false"><?php echo e($setting['banner_button']); ?></a> <p class="text-sm opacity-80 mt-4"><?php echo e(__('messages.theme3.we_respect_privacy')); ?></p> </div> </div> </div> <div class="main-banner close-btn bg-transparent"> <button type="button" class="border-0 bg-transparent disbale-cookie"><i class="fa-solid fa-xmark"></i></button> </div> </div> </section> <?php endif; ?> <?php /**PATH /home/rwabteecom/public_html/resources/views/front/layouts/footer3.blade.php ENDPATH**/ ?>
SAVE
CANCEL