*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'title' => $this->title, 'asset_id' => $this->asset_id, 'asset_name' => $this->asset ? $this->asset->name : null, 'begin' => $this->begin, 'end' => $this->end, 'display_id'=>$this->display_id, ]; } }