This commit is contained in:
Lizandro Guarnizo
2026-06-18 12:56:20 -05:00
parent a7f8d7bfba
commit 9066229e3a
6 changed files with 230 additions and 0 deletions
@@ -180,6 +180,12 @@
</svg>
<span>Log Cuentas</span>
</a>
<a href="{{ route('reversar') }}" class="flex items-center gap-2 py-2 px-3 rounded text-white text-left {{ request()->routeIs('reversar') ? 'bg-white/20' : 'hover:bg-white/10' }}">
<svg class="w-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M16.023 9.348h4.992v-.001M2.985 19.644v-4.992m0 0h4.992m-4.993 0 3.181 3.183a8.25 8.25 0 0 0 13.803-3.7M4.031 9.865a8.25 8.25 0 0 1 13.803-3.7l3.181 3.182" />
</svg>
<span>Reversar Compras</span>
</a>
@if (auth()->user()->rol->nombre == 'super')
<a href="{{ route('gestion-rangos') }}" class="flex items-center gap-2 py-2 px-3 rounded text-white text-left {{ request()->routeIs('gestion-rangos') ? 'bg-white/20' : 'hover:bg-white/10' }}">