auth()->user()->character_id, ]); $role = $roleEntry->role; /** * Alt Counts */ $altCount = UserAlt::where([ 'main_id' => auth()->user()->character_id, ])->count(); return view('dashboard.dashboard')->with('altCount', $altCount) ->with('role', $role); } }