getFlashdata('success')): ?>
= esc(session()->getFlashdata('success')) ?>
getFlashdata('error')): ?>
= esc(session()->getFlashdata('error')) ?>
Total Workspaces
= esc((string) ($stats['totalWorkspaces'] ?? 0)) ?>
Total Members
= esc((string) ($stats['totalMembers'] ?? 0)) ?>
Data Sources
= esc((string) ($stats['totalSources'] ?? 0)) ?>
Dashboards
= esc((string) ($stats['totalDashboards'] ?? 0)) ?>
account_tree
= (int) $workspace['is_active'] === 1 ? 'Active' : 'Archived' ?>
= esc($workspace['name']) ?>
chartboard.io/= esc($workspace['slug']) ?>
= esc($workspace['description'] ?? 'No description') ?>
= $this->endSection() ?>