OwlCyberSecurity - MANAGER
Edit File: ade36fb39bd0ff34727bc7ee574312080a5b5766.php
<?php $__env->startSection('title'); ?> iPay Payment <?php $__env->stopSection(); ?> <?php $__env->startSection('tag'); ?> <meta name="description" content=""> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelCSS'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('about'); ?> active <?php $__env->stopSection(); ?> <?php $__env->startSection('body'); ?> <!-- page title & breadcrumbs start --> <?php echo $__env->make('partials.breadcrumb', ['title'=>'iPay Payment'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <!-- /.page-header --> <!-- page title & breadcrumbs end --> <div class="container"> <div class="row"> <div class="col-sm-8 col-sm-offset-2 text-justify section-head"> <br><br> <form method="post" action="<?php echo e($uri); ?>"> <input name="live" type="hidden" value="1"> <input name="mobilebanking" type="hidden" value="on" > <input name="creditcard" type="hidden" value="on" > <input name="debitcard" type="hidden" value="on" > <input name="pesalink" type="hidden" value="on" > <input name="oid" type="hidden" value="<?php echo e($order_id); ?>" > <input name="inv" type="hidden" value="<?php echo e($invoice); ?>" > <input name="ttl" type="hidden" value="<?php echo e($sub->keshPrice); ?>.00" > <div class="form-group col-sm-8 col-sm-offset-2"> <center><label for="">PHONE NUMBER</label></center> <input name="tel" type="text" required class="form-control" value="<?php echo e(currentUser()->phone); ?>" style="text-align: center;"> </div> <input name="eml" type="hidden" value="<?php echo e(currentUser()->email); ?>" > <input name="vid" type="hidden" value="<?php echo e($uid); ?>" > <input name="curr" type="hidden" value="<?php echo e($cur); ?>" > <input name="p1" type="hidden" value="<?php echo e(currentUser()->id); ?>" > <input name="p2" type="hidden" value="<?php echo e($sub->id); ?>" > <input name="p3" type="hidden" value="<?php echo e($sub->accessTime); ?>" > <input name="cbk" type="hidden" value="<?php echo e(url('ipay/status')); ?>" > <input name="lbk" type="hidden" value="<?php echo e(url('vip')); ?>" > <input name="cst" type="hidden" value="1" > <input name="crl" type="hidden" value="0" > <input name="hsh" type="hidden" value="<?php echo e($hashid); ?>" > <br><br><br> <center> <button type="submit" class="btn btn-lg btn-danger"><img src="<?php echo e(asset("images/ipay_.png")); ?>" alt="" style="max-height: 50px; border-radius: 20px;">   PAY NOW</button> </center> </form> <br><br><br> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('levelJS'); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>