'qr.balance_low', 'household_id' => $this->household->uuid, 'active_count' => $this->activeCount, 'threshold' => $this->threshold, 'message' => "You have {$this->activeCount} QR codes left. Buy more from a partner store.", ]; } public function toSms(mixed $notifiable): array { return [ 'to' => $notifiable->phone, 'message' => "Verde: Only {$this->activeCount} QR codes left. Buy more at any partner store before you run out.", ]; } }