['required', 'string', 'max:50'], 'title' => ['required', 'string', 'max:50'], 'message' => ['nullable', 'string', 'max:100'], ]; } }