You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
2.0 KiB
PHTML

<div class="intro-x dropdown w-8 h-8 relative">
<div class="dropdown-toggle w-8 h-8 rounded-full overflow-hidden shadow-lg image-fit zoom-in">
<img alt="Midone Tailwind HTML Admin Template" src="{{ asset('dist/images/profile-11.jpg') }}">
</div>
<div class="dropdown-box mt-10 absolute w-56 top-0 right-0 z-20">
<div class="dropdown-box__content box bg-theme-38 text-white">
<div class="p-4 border-b border-theme-40">
<div class="font-medium">Johnny Depp</div>
<div class="text-xs text-theme-41">DevOps Engineer</div>
</div>
<div class="p-2">
<a href=""
class="flex items-center block p-2 transition duration-300 ease-in-out hover:bg-theme-1 rounded-md">
<i data-feather="user" class="w-4 h-4 mr-2"></i> Profile </a>
<a href=""
class="flex items-center block p-2 transition duration-300 ease-in-out hover:bg-theme-1 rounded-md">
<i data-feather="edit" class="w-4 h-4 mr-2"></i> Add Account </a>
<a href=""
class="flex items-center block p-2 transition duration-300 ease-in-out hover:bg-theme-1 rounded-md">
<i data-feather="lock" class="w-4 h-4 mr-2"></i> Reset Password </a>
<a href=""
class="flex items-center block p-2 transition duration-300 ease-in-out hover:bg-theme-1 rounded-md">
<i data-feather="help-circle" class="w-4 h-4 mr-2"></i> Help </a>
</div>
<form action="{{ route('logout') }}" method="post">
@csrf
<div class="p-2 border-t border-theme-40">
<button type="submit"
class="flex items-center block p-2 transition duration-300 ease-in-out hover:bg-theme-1 rounded-md">
<i data-feather="toggle-right" class="w-4 h-4 mr-2"></i> Logout </button>
</div>
</form>
</div>
</div>
</div>