<?php $__env->startSection('title'); ?>
<?php echo e(__('messages.vcard.privacy_policy')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<section class="top-margin-privacy">
<div class="container p-t-100 padding-top-0">
<div class="mt-100 px-2"><?php echo $setting['privacy_policy']; ?></div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make(homePageLayout(), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/cardxfeb/public_html/resources/views/front/privacy_policy.blade.php ENDPATH**/ ?> |