*/ public function toArray(Request $request): array { return [ 'address' => $this->address, 'phone' => $this->phone, 'email' => $this->email, 'instagram' => $this->instagram, 'whatsapp' => $this->whatsapp ?? '+6281234567890', ]; } }