This commit is contained in:
2026-03-11 00:17:30 -05:00
parent 4408d226d2
commit c9de588834

View File

@@ -28,7 +28,7 @@ class DashboardController extends Controller
public function displayDashboard() {
$currentUser = User::where(['character_id' => auth()->user()->character_id]);
dd($currentUser);
return view('dashboard.dashboard')->with(['characterId' => $currentUser->character_id]);
}
}