D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
1d2f8b01a5210526acda100b37971845.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.web_home.privacy_policy')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="terms-service-page"> <!-- start hero section --> <section class="hero-section position-relative p-t-60 border-bottom-right-rounded border-bottom-left-rounded bg-gray overflow-hidden"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6 text-lg-start text-center"> <div class="hero-content"> <h1 class="mb-3 pb-1"> <?php echo e(__('messages.web_home.privacy_policy')); ?> </h1> <nav aria-label="breadcrumb"> <ol class="breadcrumb justify-content-lg-start justify-content-center mb-lg-0 mb-5"> <li class="breadcrumb-item"> <a href="<?php echo e(route('front')); ?>"><?php echo e(__('messages.web_home.home')); ?></a> </li> <li class="breadcrumb-item active" aria-current="page"> <?php echo e(__('messages.web_home.privacy_policy')); ?> </li> </ol> </nav> </div> </div> <div class="col-lg-6 text-lg-end text-center"> <img src="<?php echo e(asset('web_front/images/page-banner/privacy-policy.png')); ?>" alt="Infy Care" class="img-fluid" /> </div> </div> </div> </section> <!-- end hero section --> <!-- Start Privacy Policy Area --> <section class="terms-service-section p-t-120 p-b-120"> <div class="container"> <p> <?php echo $frontSetting['privacy_policy']; ?> </div> </section> <!-- end terms-service section --> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('web.layouts.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/u827283894/domains/w-manage.org/public_html/hms/resources/views/web/home/privacy-policy.blade.php ENDPATH**/ ?>