update
parent
99434be23f
commit
a3306298eb
|
|
@ -2,7 +2,7 @@
|
||||||
@csrf
|
@csrf
|
||||||
<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) --}}
|
@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">
|
||||||
<thead class="table-info text-white">
|
<thead class="table-info text-white">
|
||||||
|
|
@ -80,5 +80,5 @@
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
<button type="submit" class="btn btn-primary" {{ $isLocked || $instansi === 'all' || $limitInternal ? 'disabled' : '' }}>Simpan</button>
|
<button type="submit" class="btn btn-primary" {{ $isLocked || $instansi === 'all' || $limitInternal ? 'disabled' : '' }}>Simpan</button>
|
||||||
{{-- @endif --}}
|
@endif
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue