Commit b5178c9a13f2499345a81505e3e23c0f057ba951
1 parent
6e22552141
Exists in
master
and in
1 other branch
ссылки на сайт - лишние
Showing 1 changed file with 0 additions and 36 deletions Side-by-side Diff
resources/views/employers/cabinet45.blade.php
... | ... | @@ -143,42 +143,6 @@ |
143 | 143 | </div> |
144 | 144 | |
145 | 145 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
146 | - <label class="form-group__label">Ссылка на сайт</label> | |
147 | - <div class="form-group__item"> | |
148 | - <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su" required> | |
149 | - @error('site') | |
150 | - <span class="text-xs text-red-600"> | |
151 | - {{ $message }} | |
152 | - </span> | |
153 | - @enderror | |
154 | - </div> | |
155 | - </div> | |
156 | - | |
157 | - <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> | |
158 | - <label class="form-group__label">Ссылка на сайт</label> | |
159 | - <div class="form-group__item"> | |
160 | - <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su" required> | |
161 | - @error('site') | |
162 | - <span class="text-xs text-red-600"> | |
163 | - {{ $message }} | |
164 | - </span> | |
165 | - @enderror | |
166 | - </div> | |
167 | - </div> | |
168 | - | |
169 | - <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> | |
170 | - <label class="form-group__label">Ссылка на сайт</label> | |
171 | - <div class="form-group__item"> | |
172 | - <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su" required> | |
173 | - @error('site') | |
174 | - <span class="text-xs text-red-600"> | |
175 | - {{ $message }} | |
176 | - </span> | |
177 | - @enderror | |
178 | - </div> | |
179 | - </div> | |
180 | - | |
181 | - <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> | |
182 | 146 | <label class="form-group__label">О компании</label> |
183 | 147 | <div class="form-group__item"> |
184 | 148 | <textarea name="text" id="txtarea" class="textarea ckeditor" required>{{ old('text') ?? $Employer[0]->text ?? '' }}</textarea> |