main
Ilham Wara Nugroho 2026-06-11 11:36:45 +07:00
parent 99434be23f
commit a3306298eb
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@csrf
<input type="hidden" name="inventoryYear" value="{{ $inventoryYear }}">
<input type="hidden" name="instansi" value="{{ $instansi }}">
{{-- @if (@request()->instansi || @$instansi) --}}
@if (@request()->instansi || @$instansi)
<div class="table-responsive mt-3" style="overflow-x: auto;">
<table class="table table-bordered table-detail">
<thead class="table-info text-white">
@ -80,5 +80,5 @@
</div>
<br />
<button type="submit" class="btn btn-primary" {{ $isLocked || $instansi === 'all' || $limitInternal ? 'disabled' : '' }}>Simpan</button>
{{-- @endif --}}
@endif
</form>