Commit f7c612504e78736d003c216d7cb7063ecfe911c7
1 parent
7305bd2375
Exists in
master
and in
1 other branch
Коммит по кабинету только
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
resources/views/workers/cabinet.blade.php
... | ... | @@ -389,7 +389,7 @@ |
389 | 389 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
390 | 390 | <label class="form-group__label">Название сертификата:</label> |
391 | 391 | <div class="form-group__item"> |
392 | - <input type="text" class="input" value="{{ $it->name }}" disabled> | |
392 | + <input type="text" class="input" value="{{ $it->name }}" > | |
393 | 393 | </div> |
394 | 394 | </div> |
395 | 395 | <!--<div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
... | ... | @@ -401,7 +401,7 @@ |
401 | 401 | <div class="cabinet__inputs-item cabinet__inputs-item_fullwidth form-group"> |
402 | 402 | <label class="form-group__label">Действителен до:</label> |
403 | 403 | <div class="form-group__item"> |
404 | - <input type="text" class="input" value="{{ $it->end_begin }}" disabled> | |
404 | + <input type="text" class="input" value="{{ $it->end_begin }}"> | |
405 | 405 | </div> |
406 | 406 | </div> |
407 | 407 | <a href="{{ route('worker.delete_sertificate', ['doc' => $it->id]) }}" class="button button_light"> |