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