middleware('auth'); } /** * Show the application dashboard. * * @return \Illuminate\View\View */ public function index() { return view('dashboard'); } }