| Line 43... |
Line 43... |
| 43 |
<?php if(isset($tinres['counter']['mobile']) && !empty($tinres['counter']['mobile'])):?>
|
43 |
<?php if(isset($tinres['counter']['mobile']) && !empty($tinres['counter']['mobile'])):?>
|
| 44 |
<tr>
|
44 |
<tr>
|
| 45 |
<td><strong>Contact No.</strong></td><td><?php echo $tinres['counter']['mobile'];?></td>
|
45 |
<td><strong>Contact No.</strong></td><td><?php echo $tinres['counter']['mobile'];?></td>
|
| 46 |
</tr>
|
46 |
</tr>
|
| 47 |
<?php endif;?>
|
47 |
<?php endif;?>
|
| 48 |
<?php if(isset($tinres['address']) && !empty($tinres['address'])):?>
|
48 |
<?php if(isset($tinres['address']['line1']) && !empty($tinres['address']['line1'])):?>
|
| 49 |
<tr>
|
49 |
<tr>
|
| 50 |
<td><strong>Counter Address</strong></td>
|
- |
|
| 51 |
<td>
|
- |
|
| 52 |
<?php if(isset($tinres['address']['line1']) && !empty($tinres['address']['line1'])):?>
|
50 |
<td><strong>Counter Address</strong></td><td><?php echo $tinres['address']['line1'];?></td>
|
| 53 |
<?php echo $tinres['address']['line1'];?>
|
- |
|
| 54 |
<?php endif;?>
|
- |
|
| 55 |
<?php if(isset($tinres['address']['city']) && !empty($tinres['address']['city'])):?>
|
- |
|
| 56 |
<?php echo ", ".$tinres['address']['city'];?>
|
- |
|
| 57 |
<?php endif;?>
|
- |
|
| 58 |
<?php if(isset($tinres['address']['state']) && !empty($tinres['address']['state'])):?>
|
- |
|
| 59 |
<?php echo ", ".$tinres['address']['state'];?>
|
- |
|
| 60 |
<?php endif;?>
|
- |
|
| 61 |
<?php if(isset($tinres['address']['country']) && !empty($tinres['address']['country'])):?>
|
- |
|
| 62 |
<?php echo ", ".$tinres['address']['country'];?>
|
- |
|
| 63 |
<?php endif;?>
|
- |
|
| 64 |
<?php if(isset($tinres['address']['pin']) && !empty($tinres['address']['pin'])):?>
|
- |
|
| 65 |
<?php echo "<br>Pincode- ".$tinres['address']['pin'];?>
|
- |
|
| 66 |
<?php endif;?>
|
- |
|
| 67 |
</td>
|
- |
|
| 68 |
</tr>
|
51 |
</tr>
|
| 69 |
<?php endif;?>
|
52 |
<?php endif;?>
|
| - |
|
53 |
<?php if(isset($tinres['address']['city']) && !empty($tinres['address']['city'])):?>
|
| - |
|
54 |
<tr>
|
| - |
|
55 |
<td><strong>City</strong></td><td><?php echo $tinres['address']['city'];?></td>
|
| - |
|
56 |
</tr>
|
| - |
|
57 |
<?php endif;?>
|
| - |
|
58 |
<?php if(isset($tinres['address']['state']) && !empty($tinres['address']['state'])):?>
|
| - |
|
59 |
<tr>
|
| - |
|
60 |
<td><strong>State</strong></td><td><?php echo $tinres['address']['state'];?></td>
|
| - |
|
61 |
</tr>
|
| - |
|
62 |
<?php endif;?>
|
| - |
|
63 |
<?php if(isset($tinres['address']['country']) && !empty($tinres['address']['country'])):?>
|
| - |
|
64 |
<tr>
|
| - |
|
65 |
<td><strong>Country</strong></td><td><?php echo $tinres['address']['country'];?></td>
|
| - |
|
66 |
</tr>
|
| - |
|
67 |
<?php endif;?>
|
| - |
|
68 |
<?php if(isset($tinres['address']['pin']) && !empty($tinres['address']['pin'])):?>
|
| - |
|
69 |
<tr>
|
| - |
|
70 |
<td><strong>Pincode</strong></td><td><?php echo $tinres['address']['pin'];?></td>
|
| - |
|
71 |
</tr>
|
| - |
|
72 |
<?php endif;?>
|
| 70 |
</table>
|
73 |
</table>
|
| 71 |
</div>
|
74 |
</div>
|
| 72 |
</div>
|
75 |
</div>
|
| 73 |
<div style="border:1px solid #58d936; padding:4px;margin:5px 0px 5px;font-size:12px;" class="card">
|
76 |
<div style="border:1px solid #58d936; padding:4px;margin:5px 0px 5px;font-size:12px;" class="card">
|
| 74 |
|
77 |
|