<?php $__env->startSection('title'); ?>
    | Privacy Policy
<?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?>

    <style>
        .uc-bg .container-fluid {
            padding-left: 0;
            padding-right: 0;
        }
        
        .uc-bg img {
            width: 100%;
        }
    </style>
    
    <div class="uc-bg">
        <div class="container-fluid">
            <img src="img/site/suretransact_under_construction.png" class="img-responsive" />
        </div>
    </div>

    <!--<div class="row fullWidth">-->
    <!--    <img class="banner" src="<?php echo asset('img/banners/privacy-banner.jpg'); ?>">-->
    <!--</div>-->

    <!--<div class="show-for-medium-up">-->
    <!--    <div class="row">-->
    <!--        <div class="medium-12 large-12 columns">-->
    <!--            <h1>PRIVACY <span class="thin">POLICY</span></h1>-->
    <!--            <div class="row">-->
    <!--                <div class="medium-6 large-6 columns">-->
    <!--                    <h2>Our commitment</h2>-->
    <!--                    <p><a class="generalA" href="http://www.sapaymentexchange.co.za/" target="_blank">SA Payment Exchange ( Pty ) Ltd </a>or ( “SAPE“ ) is committed to safeguarding the privacy of your information’.By 'your information' we mean any information about you which you or third parties provide to us.</p>-->

    <!--                    <h2>Sharing information</h2>-->
    <!--                    <p><a class="generalA" href="http://www.sapaymentexchange.co.za/" target="_blank">SAPE </a>will not disclose personal information to anyone without your permission unless:we are compelled to do so by law or in terms of a court order; it is in the public interest to do so; it is necessary to protect our rights.</p>-->

    <!--                    <h2>Third parties</h2>-->
    <!--                    <p class="margin">Whenever we commission other organisations to provide support services to us, we will bind them to our privacy policies as far as they may be required to have access to our customers' personal information to perform such services. Our website may contain links to or from other sites. While we try to link only to sites that share our high standards and respect for privacy, we are not responsible for the content or the security or privacy practices employed by other sites. We recommend that you always read the privacy and security statements on such sites.</p>-->
    <!--                </div>-->


    <!--                <div class="medium-6 large-6 columns">-->
    <!--                    <h2>Mail, email or sms promotions</h2>-->
    <!--                    <p>Provided that you have agreed to this, we may use your personal or other information to send you information on new services or products that may be of interest to you and from time to time will mail, email or SMS information to you about us, our products and services, or our partners and their products or services. If you do not wish to continue receiving this information you may contact <a class="generalA" href="http://www.sapaymentexchange.co.za/" target="_blank">SAPE </a>and we will remove you from our mailing list.</p>-->

    <!--                    <h2>Storing personal information</h2>-->
    <!--                    <p>We will ensure we have appropriate physical and technological security measures to protect your information regardless of where it is held.</p>-->

    <!--                    <h2>Right to amend this privacy and security statement</h2>-->
    <!--                    <p class="margin">We reserve the right to amend this privacy and security statement at any time. All amendments to this privacy and security statement will be posted on the website. Unless otherwise stated, the current version shall supersede and replace all previous versions of this privacy and security statement.</p>-->
    <!--                </div>-->
    <!--            </div>-->
    <!--        </div>-->
    <!--    </div>-->
    <!--</div>-->

    <!--<div class="show-for-small-down">-->
    <!--    <div class="row">-->
    <!--        <div class="small-12 columns">-->
    <!--            <h1>PRIVACY <span class="thin">POLICY</span></h1>-->

    <!--            <h2>Our commitment</h2>-->
    <!--            <p><a class="generalA" href="http://www.sapaymentexchange.co.za/" target="_blank">SA Payment Exchange ( Pty ) Ltd </a>or ( “SAPE“ ) is committed to safeguarding the privacy of your information’.By 'your information' we mean any information about you which you or third parties provide to us.</p>-->

    <!--            <h2>Sharing information</h2>-->
    <!--            <p><a class="generalA" href="http://www.sapaymentexchange.co.za/" target="_blank">SAPE </a>will not disclose personal information to anyone without your permission unless:we are compelled to do so by law or in terms of a court order; it is in the public interest to do so; it is necessary to protect our rights.</p>-->

    <!--            <h2>Third parties</h2>-->
    <!--            <p class="margin">Whenever we commission other organisations to provide support services to us, we will bind them to our privacy policies as far as they may be required to have access to our customers' personal information to perform such services. Our website may contain links to or from other sites. While we try to link only to sites that share our high standards and respect for privacy, we are not responsible for the content or the security or privacy practices employed by other sites. We recommend that you always read the privacy and security statements on such sites.</p>-->

    <!--            <h2>Mail, email or sms promotions</h2>-->
    <!--            <p>Provided that you have agreed to this, we may use your personal or other information to send you information on new services or products that may be of interest to you and from time to time will mail, email or SMS information to you about us, our products and services, or our partners and their products or services. If you do not wish to continue receiving this information you may contact <a class="generalA" href="http://www.sapaymentexchange.co.za/" target="_blank">SAPE </a>and we will remove you from our mailing list.</p>-->

    <!--            <h2>Storing personal information</h2>-->
    <!--            <p>We will ensure we have appropriate physical and technological security measures to protect your information regardless of where it is held.</p>-->

    <!--            <h2>Right to amend this privacy and security statement</h2>-->
    <!--            <p class="margin">We reserve the right to amend this privacy and security statement at any time. All amendments to this privacy and security statement will be posted on the website. Unless otherwise stated, the current version shall supersede and replace all previous versions of this privacy and security statement.</p>-->

    <!--        </div>-->
    <!--    </div>-->
    <!--</div>-->


    <?php echo $__env->make('partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    <!--<script src="<?php echo asset('js/scripts.js'); ?>"></script>-->
    
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138246248-1"></script>-->
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-138246248-1');
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>