repo = $repo; } public function home() { return view('pages.home'); } public function about() { return view('pages.about'); } }