main
Ilham Wara Nugroho 2026-06-10 15:48:31 +07:00
parent 2df9a02a9f
commit ad2c21a6e7
1 changed files with 1 additions and 5 deletions

View File

@ -23,11 +23,7 @@
<label for="inventoryYear">Tahun Inventory:</label>
<div class="input-group">
<select name="inventoryYear" class="form-control">
@for ($year = date('Y'); $year >= (date('Y')-5); $year--)
<option value="{{ $year }}" {{ $inventoryYear == $year ? 'selected' : '' }} >
{{ $year }}
</option>
@endfor
</select>
</div>
</div>