1 <div wysiwyg-editor class="flex-fill flex">
4 'errors.image_upload_error',
7 <textarea id="html-editor" name="html" rows="5" v-pre
8 @if($errors->has('html')) class="text-neg" @endif>@if(isset($model) || old('html')){{htmlspecialchars( old('html') ? old('html') : $model->html)}}@endif</textarea>
11 @if($errors->has('html'))
12 <div class="text-neg text-small">{{ $errors->first('html') }}</div>