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