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

@@ -26,6 +26,7 @@ class CardPinController extends Controller
CardPin::query()
->with('branch', 'cardType')
->where('user_id', auth()->id())
->latest()
->get()
));
}