A list of all tenants in the system
| Name | Domain | Users | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $tenant->name }} | {{ $tenant->domain ?: $tenant->subdomain ?: '-' }} | {{ $tenant->users_count }} | {{ ucfirst($tenant->status) }} | {{ $tenant->created_at->format('M d, Y') }} | Edit |
| No tenants found | |||||