Добавил метку на согласие на рассылки
This commit is contained in:
parent
e5ef7cfebb
commit
8d325a1797
@ -66,8 +66,14 @@ class="form-control rounded-4 bg-white @error('user.phone') is-invalid @enderror
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-3">
|
||||
<div class="form-check form-switch ">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="switchCheckChecked" checked>
|
||||
<label class="form-check-label" for="switchCheckChecked">Соглашаюсь на получение рекламных рассылок</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-floating">
|
||||
<div class="form-floating d-none">
|
||||
<input id="details.address" name="details[address]" value=""
|
||||
class="form-control rounded-4 bg-white @error('details.address') is-invalid @enderror" required
|
||||
placeholder="Телеграм ник">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user