{{-- Logo --}}
{{ $appName }}
{{-- Navegación --}}
@php $linkBase = 'group flex items-center gap-3 rounded-lg px-3 py-2.5 text-sm font-medium transition-colors'; $linkInactive = 'text-gray-400 hover:bg-white/5 hover:text-white'; $linkActive = 'bg-primary text-white shadow-sm'; @endphp @can('dashboard.view') Dashboard @endcan @auth Biblioteca Kanban Nuevo enlace Proyectos @endauth @auth Categorías Etiquetas Recordatorios @endauth @can('users.view') Usuarios @endcan @role('superadmin') Roles y permisos @endrole @auth Exportar Extensión Chrome Atajo iPhone @endauth @can('settings.view') Configuración @endcan
{{-- Usuario abajo --}}
{{ auth()->user()->initials() }}

{{ auth()->user()->name }}

{{ ucfirst(auth()->user()->getRoleNames()->first() ?? 'Usuario') }}