<aside id="sidebar" class="bg-redTheme dark:bg-gray-800 fixed top-0 left-0 z-50 flex flex-col flex-shrink-0 w-64 h-full pt-2 font-normal duration-75 lg:flex transition-width" x-bind:class="!toggleSidebar ? 'hidden' : ''" aria-label="Sidebar">
<h2 class="text-2xl p-2 font-extrabold text-white mb-8">{{ env("APP_NAME") }}</h2>
<div class="relative flex flex-col flex-1 min-h-0 pt-0 dark:bg-gray-800 dark:border-gray-700">
<div class="flex flex-col flex-1 pt-5 pb-4 overflow-y-auto">
<div class="flex-1 px-3 space-y-1 divide-y divide-gray-200 dark:bg-gray-800 dark:divide-gray-700">
<ul class="pb-2 space-y-2">
<li>
<a href="{{ "/" }}" class="flex items-center p-2 text-base text-white hover:text-redTheme rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
<svg class="w-6 h-6 text-white transition duration-75 group-hover:text-redTheme dark:text-gray-400 dark:group-hover:text-redTheme" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2 10a8 8 0 018-8v8h8a8 8 0 11-16 0z"></path><path d="M12 2.252A8.014 8.014 0 0117.748 8H12V2.252z"></path></svg>
<span class="ml-3" sidebar-toggle-item>Dashboard</span>
</a>
</li>
<li>
<a href="{{ route('user.index') }}" class="flex items-center p-2 text-base text-white hover:text-redTheme rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
<svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-white transition duration-75 group-hover:text-redTheme dark:text-gray-400 dark:group-hover:text-redTheme" fill="currentColor" viewBox="0 0 16 16"><path fill="currentColor" d="M8.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0m2.4 7.506c.11.542-.348.994-.9.994H2c-.553 0-1.01-.452-.902-.994a5.002 5.002 0 0 1 9.803 0M14.002 12h-1.59a3 3 0 0 0-.04-.29a6.5 6.5 0 0 0-1.167-2.603a3 3 0 0 1 3.633 1.911c.18.522-.283.982-.836.982M12 8a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/></svg>
<span class="ml-3" sidebar-toggle-item>User</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</aside>
<div class="fixed inset-0 z-10 bg-gray-900/50 dark:bg-gray-900/90" x-bind:class="!toggleSidebar ? 'hidden' : ''" id="sidebarBackdrop"></div>
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]