'required|string|max:255', 'address' => 'required|string', 'city' => 'required|string|max:255', 'zip_code' => 'required|string|max:20', 'phone' => 'nullable|string|regex:/^\+\d{1,3}\d{9,13}$/', 'email' => 'nullable|email|max:255', 'is_active' => 'boolean', ]; } }