user(); $characterId = (int)$user->character_id; return view('dashboard.dashboard')->with([ 'authUser' => $user, ]); } }