Commit 5faf37074a3421f4acfc93b8944b450ee774ba18
1 parent
f7c612504e
Exists in
master
and in
1 other branch
Коммит удаления метки disabled
Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff
resources/views/workers/cabinet.blade.php
... | ... | @@ -613,25 +613,25 @@ |
613 | 613 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
614 | 614 | <label class="form-group__label">Название компании</label> |
615 | 615 | <div class="form-group__item"> |
616 | - <input type="text" class="input" value="{{ $it->name_company }}" disabled> | |
616 | + <input type="text" class="input" value="{{ $it->name_company }}" > | |
617 | 617 | </div> |
618 | 618 | </div> |
619 | 619 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
620 | 620 | <label class="form-group__label">Директор</label> |
621 | 621 | <div class="form-group__item"> |
622 | - <input type="text" class="input" value="{{ $it->direct }}" disabled> | |
622 | + <input type="text" class="input" value="{{ $it->direct }}" > | |
623 | 623 | </div> |
624 | 624 | </div> |
625 | 625 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
626 | 626 | <label class="form-group__label">Телефон</label> |
627 | 627 | <div class="form-group__item"> |
628 | - <input type="text" class="input" value="{{ $it->telephone }}" disabled> | |
628 | + <input type="text" class="input" value="{{ $it->telephone }}" > | |
629 | 629 | </div> |
630 | 630 | </div> |
631 | 631 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
632 | 632 | <label class="form-group__label">Телефон2</label> |
633 | 633 | <div class="form-group__item"> |
634 | - <input type="text" class="input" value="{{ $it->telephone2 }}" disabled> | |
634 | + <input type="text" class="input" value="{{ $it->telephone2 }}" > | |
635 | 635 | </div> |
636 | 636 | </div> |
637 | 637 | <a href="{{ route('worker.delete_prev_company', ['doc' => $it->id]) }}" class="button button_light"> |