Viewing file: e520725a6a5fdedeae692a182f546adb.php (1.37 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(__('Privacy Policy')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('styleplugins'); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?> <div class="container mt-5 pt-5 pb-5"> <div class="row"> <div class="col-12"> <div class="conditions-herder"> <?php if(isset($policy) && isset($policy->title) && $policy->title): ?> <h1><?php echo e($policy->title); ?></h1> <p>Updated At <?php echo e(\Carbon\Carbon::parse($policy->updated_at)->format('Y-m-d')); ?></p> <hr> <?php endif; ?> </div> <div class="conditions-body"> <?php if(isset($policy) && isset($policy->details) && $policy->details): ?> <?php echo $policy->details; ?>
<?php endif; ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php $__env->startSection('jsplugins'); ?>
<?php $__env->stopSection(); ?> <?php echo $__env->make('master.front', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/game.picotech.app/public_html/core/resources/views/front/policy.blade.php ENDPATH**/ ?>
|