@csrf
{{-- CARD DATOS GENERALES --}}
Gestión de Rol
{{-- TITULO --}}
Datos Generales
Complete la información principal del rol.
{{-- NOMBRE / SLUG --}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
{{-- DESCRIPCION --}}
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{-- CONFIGURACIONES --}}
{{-- FULL ACCESS --}}
Full Access
Acceso completo al sistema
{{-- PUNTO VENTA --}}
Punto de Venta
Acceso a cajas aperturadas
{{-- TABLA PERMISOS --}}
Gestión de Permisos
@include('seguridad.roles.table.tbl_permissions')
{{-- FOOTER --}}
Los campos marcados con * son obligatorios.
Regresar