username = env('ADMIN_USER'); } /** * Show the main admin CP page. * * @return \Illuminate\View\Factory view */ public function showWelcome() { return view('admin.welcome', ['name' => $this->username]); } }