Tenants

A list of all tenants in the system

@forelse($tenants as $tenant) @empty @endforelse
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') }}
@csrf
Edit
@csrf @method('DELETE')
No tenants found
{{ $tenants->links() }}