We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2707ffc commit 2eb4bbeCopy full SHA for 2eb4bbe
resources/views/santa/game.blade.php
@@ -151,8 +151,8 @@ class="form-control text-balance mb-3 p-4 {{ $errors->has('phone') ? 'is-invalid
151
<input
152
class="form-control text-balance mb-3 p-4 {{ $errors->has('telegram') ? 'is-invalid' : '' }}"
153
@disabled($participant->hasReceiver())
154
- name="phone"
155
- id="phone"
+ name="telegram"
+ id="telegram"
156
value="{{ old('telegram', $participant->telegram) }}"
157
placeholder="@tabuna"/>
158
<x-error field="telegram" class="invalid-feedback my-3"/>
0 commit comments