@php /** @var \App\Models\Workspace $workspace */ $workspace = $this->workspace; $tenants = $this->workspaceTenants(); $runs = $this->recentRuns(); @endphp
{{ $workspace->name }} Workspace #{{ (int) $workspace->getKey() }}

Tenants

{{ number_format((int) $workspace->tenants_count) }}

Open in /admin
Tenants summary @if ($tenants->isEmpty())

No tenants are attached to this workspace.

@else @endif
Recent operations @if ($runs->isEmpty())

No recent operation runs for this workspace.

@else @endif
Open operations runs