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 Empleados @endif

Soporte

Ayuda/FAQ @endauth
@auth
{{ substr(auth()->user()->name, 0, 1) }}
{{ auth()->user()->name }} {{ ucfirst(auth()->user()->role) == 'Admin' ? 'Admin': 'Empleado' }}
@csrf
@endauth @guest
Ingresar
@endguest