$this->uuid, 'name' => $this->name, 'type' => $this->type, 'status' => $this->status, 'qr_code' => $this->qr_code, 'cycle_started_at' => $this->cycle_started_at?->toIso8601String(), 'cycle_ends_at' => $this->cycle_ends_at?->toIso8601String(), 'last_heartbeat_at' => $this->last_heartbeat_at?->toIso8601String(), 'establishment' => new EstablishmentResource($this->whenLoaded('establishment')), ]; } }