feat: add editable company details page and nav link
This commit is contained in:
@@ -72,6 +72,45 @@
|
||||
<input type="text" name="geo_secondary" value="{{ settings.geo_secondary }}">
|
||||
</label>
|
||||
|
||||
<hr style="border:0;border-top:1px solid #d6e0ea;margin:6px 0 2px;">
|
||||
<h3 style="margin:4px 0 2px;">Реквизиты компании</h3>
|
||||
|
||||
<label>Юридическое наименование
|
||||
<input type="text" name="company_legal_name" value="{{ settings.company_legal_name }}">
|
||||
</label>
|
||||
|
||||
<label>ИНН
|
||||
<input type="text" name="company_inn" value="{{ settings.company_inn }}">
|
||||
</label>
|
||||
|
||||
<label>КПП
|
||||
<input type="text" name="company_kpp" value="{{ settings.company_kpp }}">
|
||||
</label>
|
||||
|
||||
<label>ОГРН / ОГРНИП
|
||||
<input type="text" name="company_ogrn" value="{{ settings.company_ogrn }}">
|
||||
</label>
|
||||
|
||||
<label>Банк
|
||||
<input type="text" name="company_bank_name" value="{{ settings.company_bank_name }}">
|
||||
</label>
|
||||
|
||||
<label>БИК
|
||||
<input type="text" name="company_bik" value="{{ settings.company_bik }}">
|
||||
</label>
|
||||
|
||||
<label>Расчётный счёт
|
||||
<input type="text" name="company_account" value="{{ settings.company_account }}">
|
||||
</label>
|
||||
|
||||
<label>Корреспондентский счёт
|
||||
<input type="text" name="company_correspondent_account" value="{{ settings.company_correspondent_account }}">
|
||||
</label>
|
||||
|
||||
<label>Юридический адрес
|
||||
<textarea name="company_legal_address" rows="3">{{ settings.company_legal_address }}</textarea>
|
||||
</label>
|
||||
|
||||
<button type="submit" class="btn btn-primary">Сохранить настройки</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user