@@ -32,10 +32,8 @@ class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg py-1 bg-
3232
3333 @if (Auth:: user ()-> hasRole ([' admin' , ' moderator' ]) )
3434 <div class =" py-1.5 px-3.5" role =" none" >
35- <a href =" #c" class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-0" >
36- <svg class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" xmlns =" http://www.w3.org/2000/svg" fill =" none" viewBox =" 0 0 24 24" stroke-width =" 1.5" stroke =" currentColor" >
37- <path stroke-linecap =" round" stroke-linejoin =" round" d =" M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25m18 0A2.25 2.25 0 0018.75 3H5.25A2.25 2.25 0 003 5.25m18 0V12a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 12V5.25" />
38- </svg >
35+ <a href =" {{ route (' filament.admin.pages.dashboard' ) } }" class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-0" >
36+ <x-untitledui-monitor class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
3937 {{ __ (' Administration' ) } }
4038 </a >
4139 </div >
@@ -89,15 +87,15 @@ class="origin-top-right absolute right-0 mt-2 w-60 rounded-md shadow-lg py-1 bg-
8987
9088 <div class =" py-1.5 px-3.5" role =" none" >
9189 <a href =" {{ route (' dashboard' ) } }" class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-0" >
92- <x-icon . grid class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
90+ <x-untitledui- grid class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
9391 {{ __ (' Tableau de bord' ) } }
9492 </a >
9593 <a href =" {{ route (' profile' ) } }" class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-1" >
96- <x-icon .profile class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
94+ <x-untitledui-user-circle class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
9795 {{ __ (' Mon profil' ) } }
9896 </a >
9997 <a href =" {{ route (' user.settings' ) } }" class =" group flex items-center py-1.5 text-sm text-skin-base hover:text-skin-primary font-normal" role =" menuitem" tabindex =" -1" id =" user-menu-item-2" >
100- <x-icon .settings class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
98+ <x-untitledui-sliders class =" flex-none h-5 w-5 mr-3 text-skin-muted group-hover:text-skin-primary" />
10199 {{ __ (' Paramètres' ) } }
102100 </a >
103101 <form method =" POST" action =" {{ route (' logout' ) } }" role =" form" >
0 commit comments