main
Ilham Wara Nugroho 2026-03-03 08:45:35 +07:00
parent f2d52ae69e
commit 0563d5444f
1 changed files with 6 additions and 6 deletions

View File

@ -204,19 +204,19 @@
</div> </div>
</div> </div>
<div class="flex items-center space-x-4 hidden"> <div class="flex items-center space-x-4">
<div class="relative hidden sm:block"> {{-- <div class="relative hidden sm:block">
<i data-lucide="search" class="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-slate-400"></i> <i data-lucide="search" class="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-slate-400"></i>
<input type="text" placeholder="Cari fitur..." class="pl-10 pr-4 py-2 bg-slate-50 border border-slate-200 rounded-xl text-sm outline-none focus:ring-2 focus:ring-blue-500 w-48 lg:w-64"> <input type="text" placeholder="Cari fitur..." class="pl-10 pr-4 py-2 bg-slate-50 border border-slate-200 rounded-xl text-sm outline-none focus:ring-2 focus:ring-blue-500 w-48 lg:w-64">
</div> </div>
<button class="relative p-2 text-slate-400 hover:text-blue-600 transition-colors"> <button class="relative p-2 text-slate-400 hover:text-blue-600 transition-colors">
<i data-lucide="bell" class="w-5 h-5"></i> <i data-lucide="bell" class="w-5 h-5"></i>
<span class="absolute top-2 right-2 w-2 h-2 bg-red-500 rounded-full border-2 border-white"></span> <span class="absolute top-2 right-2 w-2 h-2 bg-red-500 rounded-full border-2 border-white"></span>
</button> </button> --}}
<div class="h-8 w-px bg-slate-200 mx-2"></div> <div class="h-8 w-px bg-slate-200 mx-2"></div>
<button class="bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-bold hover:bg-blue-700 transition-all flex items-center shadow-lg shadow-blue-100"> <a href="{{ asset('assets/manualbook.pdf') }}" class="bg-blue-600 text-white px-4 py-2 rounded-lg text-sm font-bold hover:bg-blue-700 transition-all flex items-center shadow-lg shadow-blue-100">
<i data-lucide="plus" class="w-4 h-4 mr-2"></i> Tambah Data <i data-lucide="download" class="w-4 h-4 mr-2"></i> Download Manual Book
</button> </a>
</div> </div>
</header> </header>