*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'description' => $this->description, 'permissions' => PermissionResource::collection($this->permissions), 'display_id'=>$this->display_id, ]; } }