Добавил метку на согласие на рассылки

This commit is contained in:
developer 2026-04-28 10:26:36 +08:00
parent e5ef7cfebb
commit 8d325a1797

View File

@ -66,8 +66,14 @@ class="form-control rounded-4 bg-white @error('user.phone') is-invalid @enderror
</div> </div>
</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="" <input id="details.address" name="details[address]" value=""
class="form-control rounded-4 bg-white @error('details.address') is-invalid @enderror" required class="form-control rounded-4 bg-white @error('details.address') is-invalid @enderror" required
placeholder="Телеграм ник"> placeholder="Телеграм ник">