Rev 19752 | Rev 21010 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="container"><div class = "row"><div class="col-lg-12 table-responsive"><h2><?php echo __('Pending Retailers'); ?></h2><table cellpadding="0" cellspacing="0" border="1" class="table table-striped" ><tr><th style="text-align:center">Mobile No.</th><th style="text-align:center">Tin</th><th style="text-align:center">Address</th><th style="text-align:center">City</th><th style="text-align:center">State</th><th style="text-align:center">Comment</th><th></th></tr><?php foreach($pending as $pkey => $pvalue):?><tr><td style="text-align:center"><?php echo $pvalue['Retailer']['contact1'];?></td><td style="text-align:center"><?php echo $pvalue['Retailer']['tinnumber'];?></td><td style="text-align:center"><?php echo $pvalue['Retailer']['address'];?></td><td style="text-align:center"><?php echo $pvalue['Retailer']['city'];?></td><td style="text-align:center"><?php echo $pvalue['Retailer']['state'];?></td><td style="text-align:center"><?php echo $pvalue['Retailer']['comments'];?></td><td style="text-align:center"><?php //if(!empty($pvalue['Retailer']['tinnumber'])):?><a href="/admin/retailers/retailerverify/<?php echo $pvalue['Retailer']['id']."/".$pvalue['Retailer']['tinnumber'];?>"><button type="button" class="btn btn-success btn-xs">Get Store Info</button></a><?php //else:?><!-- <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><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>--><?php //endif;?></td></tr><?php endforeach;?></table></div></div></div>