update
parent
ddc5a9ca43
commit
f824852e8f
|
|
@ -41,6 +41,7 @@
|
|||
<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="instansi" value="{{ $instansi }}">
|
||||
@if (@request()->instansi || @$instansi)
|
||||
<div class="table-responsive mt-3" style="overflow-x: auto;">
|
||||
<table class="table table-bordered table-detail">
|
||||
|
||||
|
|
@ -90,6 +91,8 @@
|
|||
</tr>
|
||||
@endforeach
|
||||
</table>
|
||||
</div>
|
||||
@endif
|
||||
</form>
|
||||
{{-- @include('modules.form.table') --}}
|
||||
{{-- @include('modules.form.copy') --}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue