user(); assert($user !== null); $props = [ 'items' => $this->quickStart->forUser($user), 'justInstalled' => $this->welcome->pending(), ]; // Only for the person it was addressed to — another staff member // reading it later is reading, not receiving. if ($this->welcome->isWaitingFor($user)) { $this->welcome->dismiss(); } return Inertia::render('system/getting-started', $props); } }