check()) { return redirect()->route('dashboard'); } return view('home', [ 'hasOwner' => User::query()->exists(), ]); } public function selfHosting(): View { return view('self-hosting'); } }