<!-- Textarea doesn't support the value attribute. To display the value in textarea you have to place the variable inside the opening and closing <textarea>value</textarea> tags. So use like this. -->





<textarea id="main" type="text" class="form-control" placeholder="Main Text" title="More main text"  name="main">{{ $entity->main }}</textarea>