This commit is contained in:
2025-07-08 18:37:26 +05:00
parent 5732d7eabe
commit 772ac9ad0f

View File

@@ -25,6 +25,7 @@ class CardBalanceController extends Controller
return response()->json(
CardBalance::query()
->where('user_id', auth()->id())
->latest()
->get()
);
}