PATH:
home
/
rwabteecom
/
.trash
/
Editing: 00cbec0be6102b2edffbe4c021eadec7.php
<!-- start footer section --> <div class="curve-shape"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 4000 275"> <path fill="#f3f3ff" d="M4000,125.3V275H0V109.9C1907.2,615.4,2670.5-323.1,4000,125.3z"></path> </svg> </div> <?php if(checkFrontLanguageSession() != 'ar'): ?> <footer class="bg-light"> <?php if(isset($setting['mobile_app_enable']) && $setting['mobile_app_enable'] == 1): ?> <div class="container"> <div class="footer-section"> <div class="row align-items-center flex-lg-row pt-4"> <div class="col-lg-6 mb-lg-0 mb-40 text-lg-start text-center mt-md-4"> <div class="footer-img pb-3 pt-0 pt-xl-4 pt-lg-0" style="height: 150px;"> <img src="<?php echo e(getDashboardLogoUrl()); ?>" class="img-fluid w-auto h-100 me-2" alt="img"> <span class="app-name fs-5 pt-2"><?php echo e(getAppName()); ?></span> </div> <div class="main-social-links my-3"> <?php if(isset($setting['website_link']) && !empty($setting['website_link'])): ?> <a class="globe" 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" 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 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" 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" 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" 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" 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" 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" 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" 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" 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" href="<?php echo e($setting['tiktok_link']); ?>"><i class="fab fa-tiktok"></i></a> <?php endif; ?> </div> </div> <div class="col-lg-6 pt-4 pt-lg-5 "> <div class="text-center pe-xxl-3"> <h3 class="fs-30 mb-20 mb-lg-1"><?php echo e(__('messages.Subscribe_Our_Newsletter')); ?> </h3> <p class="text-gray-100 fs-18 mb-40 pb-lg-3"> <?php echo e(__('messages.Receive_latest_news_update_and_many_other_things_every_week')); ?> </p> </div> <form action="<?php echo e(route('email.sub')); ?>" method="post" id="addEmail"> <?php echo csrf_field(); ?> <div class="email"> <input type="email" name="email" class="form-control" 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="btn btn-primary h-100 subscribeBtn"><?php echo e(__('messages.subscribe')); ?></button> </div> </div> </form> </div> </div> </div> <div class="row d-flex new-footer-term"> <div class="col-sm-6 mb-2"> <p class="text-black fw-light"> © <?php echo e(\Carbon\Carbon::now()->year); ?> <?php echo e(__('auth.copyright_by') . ' '); ?><span class="fw-6"><?php echo e($setting['app_name']); ?></span> </p> </div> <div class="col-sm-6 mb-2"> <a href="<?php echo e(route('terms.conditions')); ?>" class="text-black text-decoration-none me-4"><?php echo __('messages.vcard.term_condition'); ?></a> <a href="<?php echo e(route('privacy.policy')); ?>" class="text-black text-decoration-none"><?php echo e(__('messages.vcard.privacy_policy')); ?></a> </div> </div> </div> <?php else: ?> <div class="container"> <div class="row align-items-center flex-lg-row flex-column-reverse pt-50 pb-40"> <div class="col-lg-6"> <div class="text-lg-start text-center pe-xxl-5 me-xxl-5"> <h3 class="fs-30 mb-20"><?php echo e(__('messages.Subscribe_Our_Newsletter')); ?></h3> <p class="text-gray-100 fs-18 mb-40 pb-lg-3 pe-xl-5 me-xl-5"> <?php echo e(__('messages.Receive_latest_news_update_and_many_other_things_every_week')); ?> </p> </div> <form action="<?php echo e(route('email.sub')); ?>" method="post" id="addEmail"> <?php echo csrf_field(); ?> <div class="email"> <input type="email" name="email" class="form-control" 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="btn btn-primary h-100 subscribeBtn"><?php echo e(__('messages.subscribe')); ?></button> </div> </div> </form> <div class="main-social-links my-3"> <?php if(isset($setting['website_link']) && !empty($setting['website_link'])): ?> <a class="globe" 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" 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 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" 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" 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" 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" 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" 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" 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" 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" 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" href="<?php echo e($setting['tiktok_link']); ?>"><i class="fab fa-tiktok"></i></a> <?php endif; ?> </div> </div> <div class="col-lg-6 text-lg-end text-center mb-lg-0 mb-40"> <div class="footer-img "> <img src="<?php echo e(asset('assets/img/new_home_page/footer-img.png')); ?>" class="zoom-in-zoom-out img-fluid w-auto h-100" alt="img"> </div> </div> </div> <div class="row align-items-center pb-md-4 pb-3"> <div class="col-md-7 text-md-start text-center mb-md-0 mb-2"> <p class="text-black fw-light mb-0"> © <?php echo e(\Carbon\Carbon::now()->year); ?> <?php echo e(__('auth.copyright_by') . ' '); ?><span class="fw-6"><?php echo e($setting['app_name']); ?></span> </p> </div> <div class="col-md-5 text-md-end"> <div class="d-flex justify-content-md-end justify-content-center"> <a href="<?php echo e(route('terms.conditions')); ?>" class="text-black text-decoration-none me-4"><?php echo __('messages.vcard.term_condition'); ?></a> <a href="<?php echo e(route('privacy.policy')); ?>" class="text-black text-decoration-none"><?php echo e(__('messages.vcard.privacy_policy')); ?></a> </div> </div> </div> </div> <?php endif; ?> </footer> <?php else: ?> <footer class="bg-light" dir="rtl"> <?php if(isset($setting['mobile_app_enable']) && $setting['mobile_app_enable'] == 1): ?> <div class="container"> <div class="footer-section"> <div class="row align-items-center flex-lg-row pt-4"> <div class="col-lg-6 mb-lg-0 mb-40 text-lg-start text-center mt-md-4"> <div class="footer-img pb-3 pt-0 pt-xl-4 pt-lg-0" style="height: 150px;"> <img src="<?php echo e(getDashboardLogoUrl()); ?>" class="img-fluid w-auto h-100 me-2" alt="img"> <span class="app-name fs-5 pt-2"><?php echo e(getAppName()); ?></span> </div> <div class="main-social-links my-3"> <?php if(isset($setting['website_link']) && !empty($setting['website_link'])): ?> <a class="globe" 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" 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 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" 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" 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" 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" 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" 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" 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" 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" 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" href="<?php echo e($setting['tiktok_link']); ?>"><i class="fab fa-tiktok"></i></a> <?php endif; ?> </div> </div> <div class="col-lg-6 pt-4 pt-lg-5 "> <div class="text-center pe-xxl-3"> <h3 class="fs-30 mb-20 mb-lg-1"><?php echo e(__('messages.Subscribe_Our_Newsletter')); ?> </h3> <p class="text-gray-100 fs-18 mb-40 pb-lg-3"> <?php echo e(__('messages.Receive_latest_news_update_and_many_other_things_every_week')); ?> </p> </div> <form action="<?php echo e(route('email.sub')); ?>" method="post" id="addEmail"> <?php echo csrf_field(); ?> <div class="email"> <input type="email" name="email" class="form-control" 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="btn btn-primary h-100 subscribeBtn"><?php echo e(__('messages.subscribe')); ?></button> </div> </div> </form> </div> </div> </div> <div class="row d-flex new-footer-term"> <div class="col-sm-6 mb-2"> <p class="text-black fw-light"> © <?php echo e(\Carbon\Carbon::now()->year); ?> <?php echo e(__('auth.copyright_by') . ' '); ?><span class="fw-6"><?php echo e($setting['app_name']); ?></span> </p> </div> <div class="col-sm-6 mb-2"> <a href="<?php echo e(route('terms.conditions')); ?>" class="text-black text-decoration-none me-4"><?php echo __('messages.vcard.term_condition'); ?></a> <a href="<?php echo e(route('privacy.policy')); ?>" class="text-black text-decoration-none"><?php echo e(__('messages.vcard.privacy_policy')); ?></a> </div> </div> </div> <?php else: ?> <div class="container"> <div class="row align-items-center flex-lg-row flex-column-reverse pt-50 pb-40"> <div class="col-lg-6"> <div class="text-lg-end text-center pe-xxl-5 me-xxl-5"> <h3 class="fs-30 mb-20"><?php echo e(__('messages.Subscribe_Our_Newsletter')); ?></h3> <p class="text-gray-100 fs-18 mb-40 pb-lg-3 text-lg-end"> <?php echo e(__('messages.Receive_latest_news_update_and_many_other_things_every_week')); ?> </p> </div> <form action="<?php echo e(route('email.sub')); ?>" method="post" id="addEmail"> <?php echo csrf_field(); ?> <div class="email"> <input type="email" name="email" class="form-control" 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="btn btn-primary h-100 subscribeBtn"><?php echo e(__('messages.subscribe')); ?></button> </div> </div> </form> <div class="main-social-links my-3"> <?php if(isset($setting['website_link']) && !empty($setting['website_link'])): ?> <a class="globe" 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" 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 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" 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" 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" 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" 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" 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" 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" 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" 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" href="<?php echo e($setting['tiktok_link']); ?>"><i class="fab fa-tiktok"></i></a> <?php endif; ?> </div> </div> <div class="col-lg-6 text-lg-start text-center mb-lg-0 mb-40"> <div class="footer-img "> <img src="<?php echo e(asset('assets/img/new_home_page/footer-img.png')); ?>" class="zoom-in-zoom-out img-fluid w-auto h-100" alt="img"> </div> </div> </div> <div class="row align-items-center pb-md-4 pb-3"> <div class="col-md-7 text-md-end text-center mb-md-0 mb-2"> <p class="text-black fw-light mb-0"> © <?php echo e(\Carbon\Carbon::now()->year); ?> <?php echo e(__('auth.copyright_by') . ' '); ?><span class="fw-6"><?php echo e($setting['app_name']); ?></span> </p> </div> <div class="col-md-5 text-md-end"> <div class="d-flex justify-content-md-end justify-content-center"> <a href="<?php echo e(route('terms.conditions')); ?>" class="text-black text-decoration-none me-4"><?php echo __('messages.vcard.term_condition'); ?></a> <a href="<?php echo e(route('privacy.policy')); ?>" class="text-black text-decoration-none"><?php echo e(__('messages.vcard.privacy_policy')); ?></a> </div> </div> </div> </div> <?php endif; ?> </footer> <?php endif; ?> <!--support banner --> <?php if(isset($setting['banner_enable']) && $setting['banner_enable'] == 1): ?> <section class="banner-section bg-light banner-cookie d-none"> <div class="hero-bg-img text-end"> </div> <div class="container"> <div class="row mt-5 pt-4 pb-3"> <div class="text-center text"> <h3><?php echo e($setting['banner_title']); ?></h3> <p><?php echo e($setting['banner_description']); ?></p> </div> <div class="text-center pt-2"> <a href="<?php echo e($setting['banner_url']); ?>" class="btn btn-primary act-now" target="blank" data-turbo="false"><?php echo e($setting['banner_button']); ?></a> </div> </div> </div> <div class="main-banner top-0 left-curve-1"> <img src="<?php echo e(asset('assets/img/new_home_page/left-curve-1.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner left-curve2"> <img src="<?php echo e(asset('/assets/img/new_home_page/left-curve2.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner bottom-0 right-curve1"> <img src="<?php echo e(asset('assets/img/new_home_page/right-curve1.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner right-curve-2"> <img src="<?php echo e(asset('assets/img/new_home_page/right-curve-2.png')); ?>" class="w-100 " alt="image"> </div> <div class="main-banner square-1"> <img src="<?php echo e(asset('assets/img/new_home_page/squre.png')); ?>" class="w-100 " alt="image"> </div> <div class="main-banner banner-img-3"> <img src="<?php echo e(asset('assets/img/new_home_page/round-1.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner square-2"> <img src="<?php echo e(asset('assets/img/new_home_page/squre.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner banner-img-4"> <img src="<?php echo e(asset('assets/img/new_home_page/round-2.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner group-dot"> <img src="<?php echo e(asset('assets/img/new_home_page/group-1.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner squre-img"> <img src="<?php echo e(asset('assets/img/new_home_page/round-1.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner round-1"> <img src="<?php echo e(asset('assets/img/new_home_page/round-1.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner group-dot-2"> <img src="<?php echo e(asset('assets/img/new_home_page/group-2.png')); ?>" class="w-100 h-auto" alt="image"> </div> <div class="main-banner triangel-img"> <img src="<?php echo e(asset('assets/img/new_home_page/triangel.png')); ?>" class="w-100 h-auto" alt="image"> </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> </section> <?php endif; ?> <!-- end footer section --> <?php /**PATH /home/rwabteecom/public_html/resources/views/front/layouts/footer1.blade.php ENDPATH**/ ?>
SAVE
CANCEL