@if( Session::has('clienteUsuario') || Session::has('cuentasVendedoresMercadoPago') || Session::has('descuento'))
  • ADMINISTRACIÓN
  • @if(Session::has('clienteUsuario') )
  • Listar Clientes Usuarios
  • @endif @if(Session::has('cuentasVendedoresMercadoPago') )
  • Listar Cuentas Vendedores MP
  • @endif @if(Session::has('descuento') )
  • Listar Descuentos
  • @endif @if(Session::has('mercadoPagoPayments') )
  • Listar Mercado Pago Payments
  • @endif @if(Session::has('daviviendaPayments') )
  • Listar Davivienda Payments
  • @endif @if(Session::has('webpayplusPayments') )
  • Listar WebPayPlus Payments
  • @endif @endif