feat: integrate dynamic geofence fetching, service area spatial boundaries, partner store profiles & editing with Leaflet maps, custom store portal icons, QR distribution charts with geographic/LGU filters, and optimize admin dashboards
This commit is contained in:
@@ -290,7 +290,7 @@ class AdminUserController extends ApiController
|
||||
|
||||
return $this->ok([
|
||||
'user' => new UserDetailResource($user),
|
||||
'household' => new HouseholdResource($household->load(['head', 'barangay'])),
|
||||
'household' => new HouseholdResource($household->load(['head', 'barangay.serviceAreas'])),
|
||||
], 'User successfully grouped into household');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user