| Line 22... |
Line 22... |
| 22 |
<td style="text-align:center"><?php echo $pvalue['Retailer']['address'];?></td>
|
22 |
<td style="text-align:center"><?php echo $pvalue['Retailer']['address'];?></td>
|
| 23 |
<td style="text-align:center"><?php echo $pvalue['Retailer']['city'];?></td>
|
23 |
<td style="text-align:center"><?php echo $pvalue['Retailer']['city'];?></td>
|
| 24 |
<td style="text-align:center"><?php echo $pvalue['Retailer']['state'];?></td>
|
24 |
<td style="text-align:center"><?php echo $pvalue['Retailer']['state'];?></td>
|
| 25 |
|
25 |
|
| 26 |
<td style="text-align:center">
|
26 |
<td style="text-align:center">
|
| 27 |
<?php if(!empty($pvalue['Retailer']['tin'])):?>
|
27 |
<?php if(!empty($pvalue['Retailer']['tinnumber'])):?>
|
| 28 |
<a href="/admin/retailers/retailerverify/<?php echo $pvalue['Retailer']['id']."/".$pvalue['Retailer']['tin'];?>"><button type="button" class="btn btn-success btn-xs">Get Tinxsys Info</button></a>
|
28 |
<a href="/admin/retailers/retailerverify/<?php echo $pvalue['Retailer']['id']."/".$pvalue['Retailer']['tin'];?>"><button type="button" class="btn btn-success btn-xs">Get Tinxsys Info</button></a>
|
| 29 |
<?php else:?>
|
29 |
<?php else:?>
|
| 30 |
<a href ="<?php echo $base_url."admin/retailers/verifycancel/".$pvalue['Retailer']['id'];?>/verify"><button type = "button" class = "btn btn-success">Verify</button></a>
|
30 |
<a href ="<?php echo $base_url."admin/retailers/verifycancel/".$pvalue['Retailer']['id'];?>/verify"><button type = "button" class = "btn btn-success btn-xs">Verify</button></a>
|
| 31 |
<a href ="<?php echo $base_url."admin/retailers/verifycancel/".$pvalue['Retailer']['id'];?>/cancel"><button type = "button" class = "btn btn-danger">Cancel</button></a>
|
31 |
<a href ="<?php echo $base_url."admin/retailers/verifycancel/".$pvalue['Retailer']['id'];?>/cancel"><button type = "button" class = "btn btn-danger btn-xs">Cancel</button></a>
|
| 32 |
<?php endif;?>
|
32 |
<?php endif;?>
|
| 33 |
</td>
|
33 |
</td>
|
| 34 |
</tr>
|
34 |
</tr>
|
| 35 |
|
35 |
|
| 36 |
<?php endforeach;?>
|
36 |
<?php endforeach;?>
|