Commit c1911d58e0d71c939900361a5d7db207be8a1fa3

Authored by Андрей Ларионов
1 parent 3d7d1656dd
Exists in master

Коммит по обязательным полям

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

resources/views/employers/cabinet45.blade.php
... ... @@ -122,7 +122,7 @@
122 122 <div class="cabinet__inputs-item form-group">
123 123 <label class="form-group__label">Адрес компании</label>
124 124 <div class="form-group__item">
125   - <input type="text" name="address" class="input" value="{{ old('address') ?? $Employer[0]->address ?? '' }}" placeholder="692904, Приморский край, г. Находка, ул. Портовая 3А, 5 этаж" required>
  125 + <input type="text" name="address" class="input" value="{{ old('address') ?? $Employer[0]->address ?? '' }}" placeholder="692904, Приморский край, г. Находка, ул. Портовая 3А, 5 этаж">
126 126 @error('address')
127 127 <span class="text-xs text-red-600">
128 128 {{ $message }}
... ... @@ -133,7 +133,7 @@
133 133 <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group">
134 134 <label class="form-group__label">Ссылка на сайт</label>
135 135 <div class="form-group__item">
136   - <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su" required>
  136 + <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su">
137 137 @error('site')
138 138 <span class="text-xs text-red-600">
139 139 {{ $message }}
... ... @@ -146,7 +146,7 @@
146 146 <label class="form-group__label">О компании</label>
147 147 <div class="form-group__item">
148 148  
149   - <textarea name="text" id="txtarea" class="textarea ckeditor" required>{{ old('text') ?? $Employer[0]->text ?? '' }}</textarea>
  149 + <textarea name="text" id="txtarea" class="textarea ckeditor">{{ old('text') ?? $Employer[0]->text ?? '' }}</textarea>
150 150 @error('text')
151 151 <span class="text-xs text-red-600">
152 152 {{ $message }}