main
Ilham Wara Nugroho 2026-03-04 09:35:46 +07:00
parent 1f1a74e4b8
commit 87db67ee36
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<select name="tahun" class="p-2 border tahun rounded bg-white" id="">
@for($i = (date('Y')-2); date('Y') >= $i ; $i++)
<option {{$i == date('Y' ? 'selected' : '')}} value="{{$i}}">{{$i}}</option>
<option {{$i == date('Y') ? 'selected' : ''}} value="{{$i}}">{{$i}}</option>
@endfor
</select>
@if(access('is_create', $route.'.*','module',false) || access('is_update', $route.'.*','module',false))