wip
This commit is contained in:
@@ -26,6 +26,7 @@ class CardPinController extends Controller
|
||||
CardPin::query()
|
||||
->with('branch', 'cardType')
|
||||
->where('user_id', auth()->id())
|
||||
->latest()
|
||||
->get()
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user