Commit 4c5452fe9352d62bbe4acf32c0bcc7551995e9c4
1 parent
a3f7f05ed3
Exists in
master
and in
1 other branch
Обновление по необязательным полям
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
resources/views/employers/cabinet.blade.php
... | ... | @@ -123,7 +123,7 @@ |
123 | 123 | <div class="cabinet__inputs-item form-group"> |
124 | 124 | <label class="form-group__label">Адрес компании</label> |
125 | 125 | <div class="form-group__item"> |
126 | - <input type="text" name="address" class="input" value="{{ old('address') ?? $Employer[0]->address ?? '' }}" placeholder="692904, Приморский край, г. Находка, ул. Портовая 3А, 5 этаж" required> | |
126 | + <input type="text" name="address" class="input" value="{{ old('address') ?? $Employer[0]->address ?? '' }}" placeholder="692904, Приморский край, г. Находка, ул. Портовая 3А, 5 этаж"> | |
127 | 127 | @error('address') |
128 | 128 | <span class="text-xs text-red-600"> |
129 | 129 | {{ $message }} |
... | ... | @@ -134,7 +134,7 @@ |
134 | 134 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
135 | 135 | <label class="form-group__label">Ссылка на сайт</label> |
136 | 136 | <div class="form-group__item"> |
137 | - <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su" required> | |
137 | + <input type="url" name="site" class="input" value="{{ old('site') ?? $Employer[0]->site ?? '' }}" placeholder="https://rekamore.su"> | |
138 | 138 | @error('site') |
139 | 139 | <span class="text-xs text-red-600"> |
140 | 140 | {{ $message }} |