Multi-Tenant Server-Side Scoped Session
Welcome to {{ $tenant->name ?? 'Paw Street Platform' }}
Authenticated as {{ $user->email }}. You are operating strictly inside Tenant Context ID {{ $tenant->id ?? 'GLOBAL' }}. Data from other tenant companies is isolated server-side.
Appointments
8 Today
Active Appointments
Live booking queue for {{ $tenant->name ?? 'Workspace' }}.
Tenant Scope: tenant_id = {{ $tenant->id ?? 1 }}
Patients
142 Registered
Pet Records & Care History
Medical histories, grooming cards, and vaccination statuses.
Tenant Scope: tenant_id = {{ $tenant->id ?? 1 }}
Subscription
Active
Professional SaaS Plan
Includes multi-branch support, vet records, and mobile dispatching.
Billing: Active
Multi-Tenant Verification: Registered Tenants in Database
@foreach($allTenants as $t)
@endforeach
{{ $t->name }}
tenant_id: {{ $t->id }}
Business Type: {{ $t->business_type }} | Location: {{ $t->emirate }}, {{ $t->country }}
Associated Users:
-
@foreach($t->users as $u)
- {{ $u->name }} ({{ $u->email }}) {{ $u->getPrimaryRoleSlug() }} @endforeach