main
Ilham Wara Nugroho 2026-06-17 13:11:20 +07:00
parent ddc5a9ca43
commit f824852e8f
1 changed files with 46 additions and 43 deletions

View File

@ -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') --}}