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

@@ -28,6 +28,7 @@ class CardRequisiteController extends Controller
CardRequisite::query()
->with(['cardType', 'branch'])
->where('user_id', auth()->id())
->latest()
->get()
));
}