This commit is contained in:
2025-09-04 09:59:38 +05:00
parent 772ac9ad0f
commit eefe130ad3
7 changed files with 20 additions and 3 deletions

View File

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