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