23 lines
1.3 KiB
PHP
23 lines
1.3 KiB
PHP
<div class="px-3 py-3 lg:px-5 lg:pl-3 z-0">
|
|
<div class="flex items-center justify-between">
|
|
<div class="flex items-center justify-start rtl:justify-end">
|
|
<button data-drawer-target="logo-sidebar" data-drawer-toggle="logo-sidebar" aria-controls="logo-sidebar"
|
|
type="button"
|
|
class="inline-flex items-center p-2 text-sm text-gray-500 rounded-lg sm:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 ">
|
|
<span class="sr-only">Open sidebar</span>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
|
|
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
stroke-linejoin="round" class="lucide lucide-menu">
|
|
<line x1="4" x2="20" y1="12" y2="12" />
|
|
<line x1="4" x2="20" y1="6" y2="6" />
|
|
<line x1="4" x2="20" y1="18" y2="18" />
|
|
</svg>
|
|
</button>
|
|
<a href="/" class="flex ms-2 md:me-24">
|
|
<span
|
|
class="font-pacifico self-center text-[#5C7AFF] text-xl font-regular sm:text-2xl whitespace-nowrap">Hello, Admin!</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|