Loading...
No agents found
There are no agents to display. Click Add Agent to add one.
| # | Name | Company | Phone | Commission % | Wallet Balance | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ (meta.current_page - 1) * meta.per_page + i + 1 }} | {{ item.name }} | {{ item.company || '-' }} | {{ item.phone || '-' }} | {{ item.commission_rate }}% | {{ formatCurrency(item.balance) }} | {{ item.status }} |
|