middleware('auth'); } /** * Show the application dashboard. * * @return \Illuminate\Http\Response */ public function index() { return redirect()->route('home'); } public function welcome() { return view('welcome'); } }