%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<div class="container"> <div class="row"> <div class="col col-lg-12"> <div class="login-header"> </div> </div> </div> </div> <div class="doctor-detail"> <div class="container"> <div class="row"> <div class="col-md-2"></div> <div class="col-md-8"> <div class="table-info2"> <?php if($_POST['STATUS']=='TXN_FAILURE'){ ?> <div class="payment-con"> <h2>Payment Fail <i class="fa fa-info-circle" aria-hidden="true"></i></h2> <strong>Payment & Booking confirmation details are as follows</strong> <br/> <p><a href="<?=base_url()?>">Retry Payment...</a></p> </div> <?php } else if($_POST['STATUS']=='TXN_SUCCESS'){?> <div class="payment-con-info"> <h4>Payment Success <i class="fa fa-check-circle" aria-hidden="true"></i></h4> <p>Payment & Booking confirmation details are as follows</p> </div> <?php } ?> <div class="con-table"> <strong>Transaction Details </strong> <table> <tr> <th>Bank Id</th> <th>Bank MID</th> <th>Order ID</th> <th>Transaction ID</th> <th>Payment Status</th> <th>Payment Amount</th> <th>Message</th> <th>Date</th> </tr> <tr> <td><?=$_POST['BANKTXNID']?></td> <td><?=$_POST['MID']?></td> <td><?=$_POST['ORDERID']?> </td> <td><?=$_POST['TXNAMOUNT']?></td> <td><?=$_POST['STATUS']?></td> <td><?=$_POST['TXNAMOUNT']?></td> <td><?=$_POST['RESPMSG']?></td> <td><?=$response['trans_date']?></td> </tr> </table> </div> <div class="con-table"> <strong>Booking Details </strong> <table> <tr> <th>Booking Id</th> <th>Slot Details</th> <th>Full Name</th> <th>Contact Number</th> <th>Date</th> </tr> <tr> <td><?=$bookingData['order_id']?> </td> <td><?=str_replace('::',' - ',$bookingData['slot_id'])?> </td> <td><?=$bookingData['full_name']?> </td> <td><?=$bookingData['mobile_number']?> </td> <td><?=$bookingData['order_date']?> </td> </tr> </table> </div> <div class="con-table"> <strong>Doctor Details </strong> <table> <tr> <th>Doctor Name</th> <th>Speciality</th> <th>Experiance</th> </tr> <tr> <td><?=$doctorRecord['fullname']?> </td> <td><?=$doctorRecord['specialisationname']?> </td> <td><?=$doctorRecord['workexperience']?> </td> </tr> </table> </div> </div> </div> </div> </div> </div>