main
Ilham Wara Nugroho 2026-03-04 09:28:20 +07:00
parent 260faeb641
commit 2efbcfbbad
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@
<i data-lucide="plus" class="w-4 h-4 mr-2"></i> Tambah Data <i data-lucide="plus" class="w-4 h-4 mr-2"></i> Tambah Data
</a> </a>
@endif @endif
<select name="" class="p-2 border rounded" id="">
@for($i = (date('Y')-2); date('Y')-1 >= $i ; $i++)
<option value="{{$i}}">{{$i}}</option>
@endfor
</select>
<button class="hidden p-2 bg-slate-900 text-white rounded-xl hover:bg-slate-800 transition-colors flex items-center text-sm font-semibold"> <button class="hidden p-2 bg-slate-900 text-white rounded-xl hover:bg-slate-800 transition-colors flex items-center text-sm font-semibold">
<i data-lucide="filter" class="w-4 h-4 mr-2"></i> Filter <i data-lucide="filter" class="w-4 h-4 mr-2"></i> Filter
</button> </button>