Commit 831caae20a470602d9978a94321acadd416df728
1 parent
ec0dd5eea6
Exists in
master
and in
1 other branch
Баг баг textarea
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
resources/views/employers/cabinet45.blade.php
... | ... | @@ -125,7 +125,7 @@ |
125 | 125 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
126 | 126 | <label class="form-group__label">О компании</label> |
127 | 127 | <div class="form-group__item"> |
128 | - <textarea name="text" id="txtarea" name="txtarea" class="textarea ckeditor" required>{{ old('text') ?? $Employer[0]->text ?? '' }}</textarea> | |
128 | + <textarea name="text" id="txtarea" class="textarea ckeditor" required>{{ old('text') ?? $Employer[0]->text ?? '' }}</textarea> | |
129 | 129 | @error('text') |
130 | 130 | <span class="text-xs text-red-600"> |
131 | 131 | {{ $message }} |