Tenant Companies

Manage all multi-tenant pet-care organizations registered on Paw Street.

+ Add Company
Reset Filters
@forelse($companies as $company) @empty @endforelse
Company Business Type Location Active Plan Users Status Actions
{{ strtoupper(substr($company->name, 0, 1)) }}
{{ $company->name }}
tenant_id: {{ $company->id }} ({{ $company->slug }})
{{ $company->business_type }} {{ $company->emirate ?? 'Dubai' }}, {{ $company->country }} {{ $company->activeSubscription?->plan?->name ?? 'Professional' }} {{ $company->users->count() }} Users {{ $company->status }} Details
@csrf
No companies found matching filters.
{{ $companies->links() }}