%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="doctor-detail"> <div class="container"> <div class="row"> <div class="col-md-8"> <!---- Success Message ----> <?php if ($this->session->flashdata('success')) { ?> <p style="color:green; font-size:18px;"><?php echo $this->session->flashdata('success'); ?></p> <?php } ?> <?php if ($this->session->flashdata('error')) { ?> <p style="color:red; font-size:18px;"><?php echo $this->session->flashdata('error'); ?></p> <?php } ?> <div class="drb-leftbar"> <div class="heading"> <h1><i class="fa fa-list-alt" aria-hidden="true"></i> Dependant Details </small></h4> <?php if(count($userData)<=3){?> <a class="res-btn" href="<?=base_url('user/addnewprofile')?>"><i class="fa fa-user-plus" aria-hidden="true"></i> Add More Dependant</a> <?php } ?> </div> <div class="table-detail-in"> <!--<tr> <th>#</th> <th>Name</th> <th>Email</th> <th>Contact No</th> <th>DOB</th> <th>Address</th> <th>Status</th> <th>Action</th> </tr>--> <?php $k=1; foreach($userData as $row) { ?> <div class="dependent-sec"> <!--<td><?=$k?></td>--> <h4> <?=$row['full_name']?> </h4> <span><?=$row['status']=='1' ? 'Active' : 'Inactive'?></span> <br /> <p><i class="fa fa-calendar" aria-hidden="true"></i> <?=$row['dob']?> (<?=$row['age']?>)</> <p><i class="fa fa-envelope-o" aria-hidden="true"></i> <?=$row['email_id']?></td> <p><i class="fa fa-phone" aria-hidden="true"></i> <?=$row['contact_number']?></p> <br /> <p class="add"><i class="fa fa-location-arrow" aria-hidden="true"></i> <?=$row['address']?></p> <div class="dropdown-buttons dropdown-buttons-<?=$k?>"> <div class="buttona"> <span></span> <span></span> <span></span> </div> <div class="dropdown-list dropdown-list-<?=$k?>"> <!-- <a class="t-view modalButtonViewDetails mClass" href="javascript:;" data-src="<?=$row['id']?>"><i class="fa fa-eye" aria-hidden="true"></i> View</a>--> <a class="t-edit" href="<?=base_url('user/editprofile?id='.base64_encode($row['id']))?>"><i class="fa fa-pencil" aria-hidden="true"></i> Edit</a> <a class="t-delete" href="<?=base_url('user/deleteprofile?id='.base64_encode($row['id']))?>" onclick="return confirm('Are you sure you want to delete this record?');"><i class="fa fa-trash" aria-hidden="true"></i> Delete</a> </div> </div> </div> <script> $(".dropdown-buttons-<?=$k?>").click(function(){ $(".dropdown-list-<?=$k?>").toggle(); }); </script> <?php $k++; } ?> </div> </div> <div class="drb-leftbar drb-leftbar2"> <div class="heading"> <h1><i class="fa fa-info-circle" aria-hidden="true"></i> Instructions</h1> </div> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> Please carry your photo ID proof for vaccination.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> After registration your profile will be checked and approved.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> You can edit your profile till the time your profile is not approved.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> Once your profile gets approved you will not be able to change your profile.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> Carry your token no. when you visit or for any communication.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i> According to Government of India norms Co-WIN registration is mandatory before vaccination. <a href="https://www.cowin.gov.in/faq" target="_blank">Refer here</a> for details.</p> <p><i class="fa fa-arrow-right" aria-hidden="true"></i>The second dose of COVAXIN should be taken between 28 days to 42 days after the first dose. The second dose of COVISHIELD should be taken between 84 days to 112 days after the first dose. The second dose of SPUTNIK V should be taken between 21 days to 90 days after the first dose. </p> </div> </div> <div class="col-md-4"> <?php include('_parts/lhs_part.php')?> </div> </div> </div> </div>