...
{{\Auth::user()->name}}

{{\Auth::user()->email}}

    @if(auth()->user()->can('gestion de categorias') || auth()->user()->can('registros de libros') || auth()->user()->can('gestion de editoriales') )
  • REGISTROS
      @if(auth()->user()->can('gestion de categorias'))
    • CATEGORIAS
    • @endif @if(auth()->user()->can('registros de libros'))
    • LIBROS
    • @endif @if(auth()->user()->can('gestion de editoriales'))
    • EDITORIALES
    • @endif
  • @endif @if(auth()->user()->can('gestion de vendedores'))
  • VENDEDORES
  • @endif @if(auth()->user()->can('registrar notas de remision') || auth()->user()->can('registrar notas de devolucion') || auth()->user()->can('registrar notas de ingreso') || auth()->user()->can('registrar notas de egreso') || auth()->user()->can('registros de libros') || auth()->user()->can('gestion de editoriales') || auth()->user()->can('reportes de almacen') || auth()->user()->can('kardex vendedor') || auth()->user()->can('pasar cargos de kardex') )
  • ALMACENES
      @if(auth()->user()->can('registrar notas de remision'))
    • NOTAS DE REMISION
      • LISTAR N.REMISION
      • CREAR N.REMISION
    • @endif @if(auth()->user()->can('registrar notas de devolucion'))
    • NOTAS DE DEVOLUCION
      • LISTAR N.DEVOLUCION
    • @endif @if(auth()->user()->can('registrar notas de ingreso'))
    • NOTAS DE INGRESO
      • LISTAR N.INGRESO
      • CREAR N.INGRESO
    • @endif @if(auth()->user()->can('registrar notas de egreso'))
    • NOTAS DE EGRESO
      • LISTAR N.EGRESO
      • CREAR N.EGRESO
    • @endif @if(auth()->user()->can('devolucion de ventas y cobranza'))
    • DEVOLUCION DE OBRAS
      • DEVOLUCION VENTAS
      • DEVOLUCION COBRANZA
    • @endif @if(auth()->user()->can('cambio de obras en almacen'))
    • CAMBIO OBRAS
    • @endif @if(auth()->user()->can('kardex vendedor'))
    • KARDEX
      • KARDEX VENDEDOR
      • CARGOS VENDEDORES
    • @endif @if(auth()->user()->can('reportes de almacen'))
    • REPORTES
    • @endif
  • @endif @if(auth()->user()->can('contratos diferidos') || auth()->user()->can('contratos venta') || auth()->user()->can('contratos baja') || auth()->user()->can('contratos anulados') || auth()->user()->can('devolucion de venta') || auth()->user()->can('agenda') || auth()->user()->can('recibo facturas') || auth()->user()->can('reporte ventas') || auth()->user()->can('gestion de vendedores') || auth()->user()->can('reporte ventas') )
  • VENTAS
      @if(auth()->user()->can('contratos diferidos'))
    • CONTRATOS DIFERIDOS
    • @endif @if(auth()->user()->can('contratos venta'))
    • CONTRATOS VENTA
    • @endif @if(auth()->user()->can('contratos anulados'))
    • CONT. ANULADOS DEVUELTOS
    • @endif @if(auth()->user()->can('contratos baja'))
    • CONTRATOS DE BAJA
    • @endif @if(auth()->user()->can('devolucion de venta'))
    • DEVOLUCION CONTRATOS
    • @endif @if(auth()->user()->can('reporte ventas'))
    • REPORTES
    • @endif
  • @endif @if(auth()->user()->can('configuraciones') || auth()->user()->can('gestion de usuario') || auth()->user()->can('configuraciones') || auth()->user()->can('central de riesgo') || auth()->user()->can('cierre y aperturas') )
  • ADMINISTRACION
      @if(auth()->user()->can('configuraciones'))
    • CONFIGURACIONES
    • @endif {{-- @if(auth()->user()->can('gestion de usuario')) --}}
    • USUARIOS
      • ROLES/PERMISOS
      • USUARIOS
    • {{-- @endif --}} @if(auth()->user()->can('central de riesgo'))
    • CENTRAL DE RIESGOS
    • @endif @if(auth()->user()->can('cierre y aperturas'))
    • CIERRE APERTURAS
    • @endif
    • BACKUPS
  • @endif @if( auth()->user()->can('cuentas') || auth()->user()->can('referencias') || auth()->user()->can('cobradores') || auth()->user()->can('pagos de cobranza') || auth()->user()->can('devolucion de cobranza') || auth()->user()->can('cambio de obras') || auth()->user()->can('reportes de cobranza') || auth()->user()->can('mantenimiento de cuentas') || auth()->user()->can('refinanciamiento') || auth()->user()->can('riesgo cobranza') )
  • COBRANZA
      @if(auth()->user()->can('cuentas'))
    • CUENTAS
    • @endif @if(auth()->user()->can('referencias'))
    • REFERENCIAS CONTRATOS
    • @endif @if(auth()->user()->can('cobradores'))
    • COBRADORES
    • @endif @if(auth()->user()->can('pagos de cobranza'))
    • PAGOS
    • @endif @if(auth()->user()->can('devolucion de cobranza'))
    • DEVOLUCION OBRAS
    • @endif @if(auth()->user()->can('cambio de obras'))
    • CAMBIO OBRAS
    • @endif @if(auth()->user()->can('mantenimiento de cuentas'))
    • MANTENIMIENTO DE CUENTAS
    • @endif @if(auth()->user()->can('refinanciamiento'))
    • REFINANCIAMIENTO
    • @endif @if(auth()->user()->can('riesgo cobranza'))
    • CENTRAL DE RIESGOS
    • @endif @if(auth()->user()->can('reportes de cobranza'))
    • REPORTES
    • @endif
  • @endif