





<?php $__env->startSection('content'); ?>
<style>

.circle { 
   width: 140px;
   height: 140px;
   background: lightgray; 
   -moz-border-radius: 70px; 
   -webkit-border-radius: 70px; 
   border-radius: 70px;
}
</style>

<div class="container-fluid">
  <div class="row">
    
    <div class="col-xl-12">
      <div class="card">
        <div class="card-body">
          <div class="post-input">
            <!-- Footer Links -->
            <div class="container-fluid text-center text-md-left">
              <!-- Grid row -->
              <div class="row">
                <!-- Grid column -->
                <div class="col-md-6 mt-md-0 mt-3">
                  <!-- Content -->
                  <h5 class="text-uppercase">Your ticket is cancelled and refund amount is <i class='fa fa-rupee'></i>&nbsp;<?php echo e($totalrefund); ?>.</h5>
                  <p>The amount will be credited to your account in 3-4 days.</p>
                  <p>
                      <a href="<?php echo e(url('tickets')); ?>"><button class="btn btn-primary">Go Back</button></a>
                  </p>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
<script type="text/javascript">
    $(document).ready(function(){
        $("#centreselection").modal('show');
    });
</script>
<?php $__env->stopSection(); ?>			
<?php echo $__env->make('layout.public', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /var/www/html/ksstmprod/resources/views/tickets/cancel_success.blade.php ENDPATH**/ ?>