LAUCKSYS
@auth Inicio @endauth Catálogo @auth

Gestión

Ventas Taller Stock Etiquetas

Administración

Clientes Proveedores Gastos Reportes @if(auth()->user()->role === 'admin')

Sistema

Respaldos @endif

Soporte

Ayuda/FAQ @endauth
@auth
{{ substr(auth()->user()->name, 0, 1) }}
{{ auth()->user()->name }} {{ ucfirst(auth()->user()->role) }}
@csrf
@endauth