*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'global' => $this->global, 'status' => $this->status, 'company' => new SimpleCompanyResource($this->company), 'display_id' => $this->display_id, ]; } }