update
parent
ad12d2357d
commit
27e2d4ecd3
|
|
@ -55,7 +55,7 @@
|
|||
<div class="form-group">
|
||||
<label for="inventoryYear">Tahun Inventory:</label>
|
||||
<div class="input-group">
|
||||
<input type="text" name="inventoryYear" class="form-control year" readonly>
|
||||
<input type="text" name="inventoryYear" value="{{ request()->tahun }}" class="form-control year" readonly>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
<label for="instansi">Instansi:</label>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<input type="text" name="instansi" class="form-control instansi" readonly>
|
||||
<input type="text" name="instansi" value="{{ request()->instansi }}" class="form-control instansi" readonly>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue