main
Ilham Wara Nugroho 2026-02-04 16:09:17 +07:00
parent dce9ce46e0
commit 258c0612f0
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@
<label class="fw-500 mb-3">Tahun perolehan penghargaaan (kosongkan jika belum adiwiyata)</label>
<select class="form-control form-control-sm tahun_penghargaan" name="tahun_penghargaan">
<option value="">Pilih Tahun</option>
@for($i = (date('Y')-5); $i <= (date('Y')); $i++)
@for($i = (date('Y')-5); $i <= (date('Y')-1); $i++)
<option {{@$kuesioner->tahun_penghargaan == $i ? 'selected' : ''}} value="{{$i}}">{{$i}}</option>
@endfor
</select>