Hi, my name is David Carr and I'm a PHP Developer.
Help support the blog so that I can continue creating new content!
Learn how to build modular applications with Laravel Find out more
<x-form.textarea name='comments'></x-form.textarea>
Set the rows and columns
<x-form.textarea name='comments' cols='10' rows='10'></x-form.textarea>
Set the textarea data
<x-form.textarea name='comments' cols='10' rows='10'>{{ $comments }}</x-form.textarea>