|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/sld.edukrypt.app/storage/framework/views/ |
Upload File : |
<!doctype html>
<html lang="en">
<?php echo $__env->make('includes.style', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<body>
<div class="wrapper home-bg">
<div class="fixed-header black-header">
<div class="container-fluid cf-set">
<?php echo $__env->make('includes.headerout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
</div>
<div class="data-adjust">
<div class="container-fluid cf-set">
<div class="row align-items-top justify-content-between pt-20 mt-4">
<div class="col-lg-12 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.2s" style="visibility: visible; animation-duration: 1s; animation-delay: 0.2s; animation-name: fadeInDown;">
<?php
$about_us = App\Helpers\Frontend::getPage('privacypolicy');
?>
<?php echo $about_us->content; ?>
</div>
</div>
</div>
</div>
<?php echo $__env->make('includes.js', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</body>
</html><?php /**PATH /var/www/sld.edukrypt.app/resources/views/privacy-policy.blade.php ENDPATH**/ ?>