middleware('guest'); } /** * Show the application welcome screen to the user. * * @return Response */ public function index() { return view('welcome'); } }