*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'nama' => $this->nama, 'kode' => $this->kode, ]; } }