%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"> <!-- <p>Already a Member?</p> <button type="button" class="btn btn-primary header-btn" onclick="window.location.href = 'login.html';">Login </button>--> </div> </div> </div> </div> <div class="container"> <div class="row"> <div class=" col-lg-12"> <div class="login-rectangle"> <a href="<?=base_url('dashboard')?>" class="backtodash"><i class="fa fa-arrow-left" aria-hidden="true"></i> Go to dashboard </a> <div id="divToPrint"> <div class="login-logo"> <img src="https://shardahospital.org/images/logo_new.png"> </div> <div class="login-sec"> <h2> Covid-19 Vaccine <br />Registration Successful</h2> <p>Please carry your photo ID proof for Covid-19 Vaccine.</p> <h2> Token - <?=$userData['order_id']?></h2><br /> </div> <div class="user-detail"> <h4>Registration Detail</h4> <div class="table-detail-in"> <table> <tr> <th>#</th> <th>Name</th> <th>Phone</th> <th>Aadhar Number</th> <th>Address</th> <th>Age/Gender:</th> <th>Your Test</th> <th>Total Price</th> <th>Appointment Date</th> <th>Slot Time</th> <th>Payment</th> </tr> <tr> <td><?=$k?></td> <td><?=$userData['full_name']?></td> <td><?=$userData['contact_number']?></td> <td><?=$userData['aadhar_number']?></td> <td><?=$userData['address']?>-<?=$userData['pincode']?></td> <td><?=$userData['age']?> Years/<?=$userData['gender']?> </td> <td><?=$testData['title']?> </td> <td>Rs.<?=$testData['price']?> </td> <td><?=date('d M Y',$userData['slot_date'])?> </td> <td><?=$slotData['title']?> </td> <td> <?=$orderData['payment_method']=='COD' ? 'Cash/Card on Sample Collection' : ''?></td> </tr> </table> </div> <!--<ul> <li><strong>Name:</strong> <?=$userData['full_name']?></li> <li><strong>Phone:</strong> <?=$userData['contact_number']?></li> <li><strong>Aadhar Number:</strong> <?=$userData['aadhar_number']?></li> <li><strong>Address:</strong> <?=$userData['address']?>-<?=$userData['pincode']?></li> <li><strong>Age/Gender:</strong> <?=$userData['age']?> Years/<?=$userData['gender']?></li> <li><strong>Your Test:</strong> <?=$testData['title']?> </li> <li><strong>Total Price:</strong> Rs.<?=$testData['price']?></li> <li><strong>Appointment Date:</strong> <?=date('d M Y',$userData['slot_date'])?></li> <li><strong>Slot Time:</strong> <?=$slotData['title']?></li> <li><strong>Payment:</strong> <?=$orderData['payment_method']=='COD' ? 'Cash/Card on Sample Collection' : ''?></li> </ul>--> </div> <?php echo link_tag('assests/css/style.css'); ?> <script src="<?php echo base_url('assests/js/jquery-1.12.4.js'); ?>"></script> </div> <div class="user-detail"> <div class="row"> <div class=" col-lg-4"></div> <div class=" col-lg-4"><br /> <button onclick="PrintDiv();">Print Ricept</button> </div> </div> </div> <div class="login-pin"></div> </div> </div> <div class="col col-lg-3"></div> </div> </div> <script type="text/javascript"> function PrintDiv() { var divToPrint = document.getElementById('divToPrint'); var popupWin = window.open('', '_blank', 'width=300,height=300'); popupWin.document.open(); popupWin.document.write('<html><body onload="window.print()">' + divToPrint.innerHTML + '</html>'); popupWin.document.close(); } </script>