This commit is contained in:
Pusdatin BPKD Jkt
2022-09-01 14:15:26 +07:00
parent a1cb5e7b36
commit 6925e57274
18 changed files with 67 additions and 90 deletions
@@ -31,15 +31,8 @@
<form id="uploadData" action="/upload-realisasi-belanja/dak" method="POST" autocomplete="off" enctype="multipart/form-data">
@csrf
<div class="form-group">
<label>Periode</label>
<select class="form-control form-control-sm" id="srcTA" name="ta">
@php
$listTA = Session::get('listTA');
foreach($listTA as $rowTA){
echo "<option>$rowTA</option>";
}
@endphp
</select>
<label>Tahun Anggaran</label>
<input class="form-control form-control-sm" id="srcTA" name="ta" value="{{ getTA() }}" readonly>
</div>
<div class="form-group">
<label>Jenis Dana</label>