profile update
This commit is contained in:
@@ -28,6 +28,7 @@ class CardOrderController extends Controller
|
||||
CardOrder::query()
|
||||
->with(['branch', 'cardState', 'cardType'])
|
||||
->where('user_id', auth()->id())
|
||||
->latest()
|
||||
->get()
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user