| Line 55... |
Line 55... |
| 55 |
<th><?php echo $user['Useractive']['last_active'];?></th>
|
55 |
<th><?php echo $user['Useractive']['last_active'];?></th>
|
| 56 |
<th><?php echo $user['User']['agent_name'];?></th>
|
56 |
<th><?php echo $user['User']['agent_name'];?></th>
|
| 57 |
<th><?php echo $user['User']['retailer_id'];?></th>
|
57 |
<th><?php echo $user['User']['retailer_id'];?></th>
|
| 58 |
<td><?php echo $user['User']['created'];?></td>
|
58 |
<td><?php echo $user['User']['created'];?></td>
|
| 59 |
<td>
|
59 |
<td>
|
| 60 |
<a href="/orders/by/<?php echo $user['User']['id'];?>">Orders</a> | <a href="/cashbacks/by/<?php echo $user['User']['id'];?>">Cashback History</a> | <a href="/admin/userAddresses/by/<?php echo $user['User']['id'];?>">Address</a>
|
60 |
<a href="/orders/by/<?php echo $user['User']['id'];?>">Orders</a> | <a href="/cashbacks/by/<?php echo $user['User']['id'];?>">Cashback History</a> | <a href="/admin/userAddresses/by/<?php echo $user['User']['id'];?>">Address</a> | <a href="/admin/appacls/activate/<?php echo $user['User']['id'];?>">Activate App Tab</a>
|
| 61 |
</td>
|
61 |
</td>
|
| 62 |
</tr>
|
62 |
</tr>
|
| 63 |
<?php endforeach;?>
|
63 |
<?php endforeach;?>
|
| 64 |
</tbody>
|
64 |
</tbody>
|
| 65 |
</table>
|
65 |
</table>
|