middleware('auth'); } /** * Show the application dashboard. * * @return RedirectResponse */ public function index(): RedirectResponse { return redirect()->route('dash'); } }