Loading...
No customers found
Add your first customer to get started.
| # | Name | Phone | Due Amount | Status | Actions | |
|---|---|---|---|---|---|---|
| {{ (meta.current_page - 1) * meta.per_page + i + 1 }} | {{ item.name }} | {{ item.email || '-' }} | {{ item.phone || '-' }} | {{ item.balance < 0 ? formatCurrency(Math.abs(item.balance)) : (item.balance > 0 ? 'Adv: ' + formatCurrency(item.balance) : formatCurrency(0)) }} | {{ item.status }} |
|