company edit form updated
This commit is contained in:
parent
6ed8b26849
commit
566495b7a8
@ -37,7 +37,7 @@
|
|||||||
<div class="mb-3 d-none">
|
<div class="mb-3 d-none">
|
||||||
<label for="tokenFormControl" class="form-label">Секретный токен для вебхука</label>
|
<label for="tokenFormControl" class="form-label">Секретный токен для вебхука</label>
|
||||||
<input type="text" class="form-control" name="token" id="tokenFormControl"
|
<input type="text" class="form-control" name="token" id="tokenFormControl"
|
||||||
value="{{ $company->bitrixy->token }}">
|
value="{{ $company->bitrixy?->token }}">
|
||||||
<small style="font-size:10px">* Служебное поле доступно в режиме тестирования приложения</small>
|
<small style="font-size:10px">* Служебное поле доступно в режиме тестирования приложения</small>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user