Hello, I am working with a rich text editor. I can't use it with textarea html tag. But it works with div. Problem is I can't validate a div with laravel. As div doesn't support name attribute.
You cannot submit a div contents as part of a form submission, so at some point, the editor will expect to copy the div content to a hidden field which is part of your form.
The documentation for the editor should tell you this.
Tell us which editor it is if you want more guidance.