*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'mm_name' => $this->mm_name, 'slug' => $this->slug, 'description' => $this->description, 'mm_description' => $this->mm_description, 'contact' => $this->contact, 'address' => $this->address, 'logo' => $this->logo, ]; } }