company edit form updated

This commit is contained in:
developer 2026-03-27 11:32:46 +08:00
parent 6ed8b26849
commit 566495b7a8

View File

@ -37,7 +37,7 @@
<div class="mb-3 d-none">
<label for="tokenFormControl" class="form-label">Секретный токен для вебхука</label>
<input type="text" class="form-control" name="token" id="tokenFormControl"
value="{{ $company->bitrixy->token }}">
value="{{ $company->bitrixy?->token }}">
<small style="font-size:10px">* Служебное поле доступно в режиме тестирования приложения</small>
</div>
@endif