update
parent
99434be23f
commit
a3306298eb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue