update
parent
019856cecd
commit
5c4579762c
|
|
@ -41,8 +41,8 @@
|
||||||
<form action="{{ route('modules.form.save', ['sector' => $form->sector, 'code' => $form->code]) }}" method="POST">
|
<form action="{{ route('modules.form.save', ['sector' => $form->sector, 'code' => $form->code]) }}" method="POST">
|
||||||
<input type="hidden" name="inventoryYear" value="{{ $inventoryYear }}">
|
<input type="hidden" name="inventoryYear" value="{{ $inventoryYear }}">
|
||||||
<input type="hidden" name="instansi" value="{{ $instansi }}">
|
<input type="hidden" name="instansi" value="{{ $instansi }}">
|
||||||
<div class=" mt-3" style="">
|
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
||||||
<table class="table table-bordered table-detail">
|
<table class="table table-bordered">
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>No.</th>
|
<th>No.</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue