middleware('auth'); } public function home() { return view('deck.index'); } public function insights() { return view('deck.insights.index'); } }