= 90 ? 'danger' : ($storagePercent >= 85 ? 'warning' : 'accent'); return view('livewire.dashboard', [ 'storageUsed' => $storageUsed, 'storageQuota' => $storageQuota, 'storagePercent' => $storagePercent, 'storageTone' => $storageTone, 'activeUsers' => 14, 'lastBackup' => __('dashboard.today_time', ['time' => '04:12']), 'uptime' => '99.98', 'instanceUrl' => 'https://kunde-demo.clupilot.com', 'instanceStatus' => 'active', 'provisioning' => false, 'steps' => [ ['label' => __('dashboard.steps.validate'), 'state' => 'done'], ['label' => __('dashboard.steps.provision'), 'state' => 'done'], ['label' => __('dashboard.steps.configure'), 'state' => 'done'], ['label' => __('dashboard.steps.acceptance'), 'state' => 'done'], ], 'activity' => [ ['label' => __('dashboard.activity_items.backup_ok'), 'time' => '04:12'], ['label' => __('dashboard.activity_items.user_added'), 'time' => __('dashboard.yesterday')], ['label' => __('dashboard.activity_items.login'), 'time' => __('dashboard.yesterday')], ], ]); } }