user()?->currentWorkspace; if ($ws) { $this->workspaceName = $ws->name; $this->workspaceSlug = $ws->slug; $this->region = $ws->region ?? 'eu-central-1'; } } public bool $emailNotifications = true; public bool $slackNotifications = false; public bool $weeklyDigest = true; public string $section = 'workspace'; public function setSection(string $s): void { $this->section = $s; } public function with(): array { return [ 'sitesUsed' => Site::count(), 'sitesQuota' => 100, 'monthlyCost' => 249, ]; } }; ?>

Einstellungen

workspace · benachrichtigungen · billing · api
{{-- Left nav --}} {{-- Right content --}}
@if ($section === 'workspace')

Workspace

Slug nicht änderbar nach Anlage.
.clupilot.io
@endif @if ($section === 'notifications')

Benachrichtigungen

@endif @if ($section === 'billing')

Billing

Plan + Quota
PRO Plan
monatlich abgerechnet
€{{ $monthlyCost }}/mo
Sites Quota
{{ $sitesUsed }} / {{ $sitesQuota }}{{ (int)round($sitesUsed/$sitesQuota*100) }}%
Zahlungsmethode: Visa **** 4242
@endif @if ($section === 'api')

API Tokens

clu_pat_••••••••••••••••••••••••••••••
@endif @if ($section === 'danger')

Danger Zone

Workspace löschen entfernt alle Sites, Server-Verbindungen und Backups unwiderruflich.

@endif