?
<?php $__env->startSection('content'); ?>
<div class="col-lg-12 col-md-612 d-flex flex-column ms-auto me-auto login">
<div class=" text-center contact-title">
<img class="img-fluid" src="../userassets/thankyou.png">
<h2> <?php echo e($ContentTitle); ?> </h2>
<?php $__currentLoopData = $Content; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $cotentdata): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<p class="mt-3"><?php echo $cotentdata->note; ?></p>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('loginlayout.login-layout-design',[
'admintitle'=> $ContentTitle ,
'imgstring'=> $ContentImageName
], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/sanghavirealty/public_html/resources/views/ticketlead/content.blade.php ENDPATH**/ ?>