*/ public function toArray(Request $request): array { return [ 'product' => $this->name, 'id' => $this->id, 'expires_at' => $this->getEffectiveExpiresAt(), 'status' => $this->status, ]; } }