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:
@@ -49,6 +49,8 @@ class MyQrCodeController extends ApiController
|
||||
$household = Household::where('head_user_id', $request->user()->id)->first();
|
||||
if (! $household) {
|
||||
return $this->ok([
|
||||
'balance' => 0,
|
||||
'household_name' => 'No Household',
|
||||
'active' => 0, 'allocated' => 0, 'used' => 0, 'expired' => 0,
|
||||
'low_balance' => false,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user